#bc3e7f

Color #BC3E7F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BC3E7F

Tints of Medium Red Violet #BC3E7F

Color information

#BC3E7F (or 0xBC3E7F) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3E and 7F. RGB value is (188,62,127). Sum of RGB (Red+Green+Blue) = 188+62+127=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E7F is #43C180. Grayscale: #6A6A6A. Windows color (decimal): -4440449 or 8339132. OLE color: 8339132.

HSL color Cylindrical-coordinate representation of color #BC3E7F: hue angle of 329.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC3E7F is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB18862127-
CMYK00.670.320.26
HSL329.05º50.4%49.02%-
HSV(B)329.05º67.02%73.73%-
XYZ26.2915.6721.72-
YUV107.08139.24185.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 49.87%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 127 (50% from 255) = 33.69%
R=49.87%
G=16.45%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886212700.670.320.26329.0550.449.02
HexBC3E7F043201A1493231
Octal27476177010340325116261
Binary1011110011111011111110100001110000011010101001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc3e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc3e7f; }

 p { color: rgb(188,62,127); }

 H1.HeaderClassName
 {
   color: #bc3e7f;
 }
 .AnyTagClassName
 {
   color: #bc3e7f;
 }
</style>
background-color css

<style>
 a { background-color: #bc3e7f; }

 a { background-color: rgb(188,62,127); }

 div.DivClassName
 {
   background-color: #bc3e7f;
 }
 .BgClassName
 {
   background-color: #bc3e7f;
 }
</style>
border-color css

<style>
 span { border-color: #bc3e7f; }

 span { border-color: rgb(188,62,127); }

 td.TdClassName
 {
   border-color: #bc3e7f;
 }
 .TagClassName
 {
   border-color: #bc3e7f;
 }
</style>