#BC129B

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

Shades of Medium Violet Red #BC129B

Tints of Medium Violet Red #BC129B

Color information

#BC129B (or 0xBC129B) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and 9B. RGB value is (188,18,155). Sum of RGB (Red+Green+Blue) = 188+18+155=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC129B is #43ED64. Grayscale: #545454. Windows color (decimal): -4451685 or 10162876. OLE color: 10162876.

HSL color Cylindrical-coordinate representation of color #BC129B: hue angle of 311.65º 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 #BC129B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18818155-
CMYK00.900.180.26
HSL311.65º82.52%40.39%-
HSV(B)311.65º90.43%73.73%-
XYZ26.8713.4932.2-
YUV84.45167.82201.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 18 (7.42% from 255) = 4.99%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=52.08%
G=4.99%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881815500.900.180.26311.6582.5240.39
HexBC129B05A121A1385328
Octal274222330132223247012350
Binary1011110010010100110110101101010010110101001110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC129B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC129B; }

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

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

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

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

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

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

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

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