#BC138C

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

Shades of Medium Violet Red #BC138C

Tints of Medium Violet Red #BC138C

Color information

#BC138C (or 0xBC138C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 8C. RGB value is (188,19,140). Sum of RGB (Red+Green+Blue) = 188+19+140=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC138C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC138C is #43EC73. Grayscale: #535353. Windows color (decimal): -4451444 or 9180092. OLE color: 9180092.

HSL color Cylindrical-coordinate representation of color #BC138C: hue angle of 317.04º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC138C is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18819140-
CMYK00.900.260.26
HSL317.04º81.64%40.59%-
HSV(B)317.04º89.89%73.73%-
XYZ25.7113.0525.98-
YUV83.32159.99202.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 19 (7.81% from 255) = 5.48%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=54.18%
G=5.48%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881914000.900.260.26317.0481.6440.59
HexBC138C05A1A1A13d5229
Octal274232140132323247512251
Binary1011110010011100011000101101011010110101001111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC138C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC138C; }

 p { color: rgb(188,19,140); }

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

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

 a { background-color: rgb(188,19,140); }

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

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

 span { border-color: rgb(188,19,140); }

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