#BC126E

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

Shades of Medium Violet Red #BC126E

Tints of Medium Violet Red #BC126E

Color information

#BC126E (or 0xBC126E) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and 6E. RGB value is (188,18,110). Sum of RGB (Red+Green+Blue) = 188+18+110=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC126E is #43ED91. Grayscale: #4F4F4F. Windows color (decimal): -4451730 or 7213756. OLE color: 7213756.

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

Color convert

RGB18818110-
CMYK00.900.410.26
HSL327.53º82.52%40.39%-
HSV(B)327.53º90.43%73.73%-
XYZ23.7712.2515.86-
YUV79.32145.32205.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.49%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=59.49%
G=5.70%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881811000.900.410.26327.5382.5240.39
HexBC126E05A291A1485328
Octal274221560132513251012350
Binary1011110010010110111001011010101001110101010010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC126E; }

 p { color: rgb(188,18,110); }

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

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

 a { background-color: rgb(188,18,110); }

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

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

 span { border-color: rgb(188,18,110); }

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