#B12A8C

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

Shades of Medium Red Violet #B12A8C

Tints of Medium Red Violet #B12A8C

Color information

#B12A8C (or 0xB12A8C) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2A and 8C. RGB value is (177,42,140). Sum of RGB (Red+Green+Blue) = 177+42+140=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12A8C is #4ED573. Grayscale: #5D5D5D. Windows color (decimal): -5166452 or 9185969. OLE color: 9185969.

HSL color Cylindrical-coordinate representation of color #B12A8C: hue angle of 316.44º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12A8C is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17742140-
CMYK00.760.210.31
HSL316.44º61.64%42.94%-
HSV(B)316.44º76.27%69.41%-
XYZ23.6912.926.05-
YUV93.54154.23187.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 42 (16.80% from 255) = 11.70%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=49.30%
G=11.70%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774214000.760.210.31316.4461.6442.94
HexB12A8C04C151F13c3e2b
Octal26152214011425374747653
Binary1011000110101010001100010011001010111111100111100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A8C; }

 p { color: rgb(177,42,140); }

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

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

 a { background-color: rgb(177,42,140); }

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

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

 span { border-color: rgb(177,42,140); }

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