#B12A78

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

Shades of Medium Red Violet #B12A78

Tints of Medium Red Violet #B12A78

Color information

#B12A78 (or 0xB12A78) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2A and 78. RGB value is (177,42,120). Sum of RGB (Red+Green+Blue) = 177+42+120=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12A78 is #4ED587. Grayscale: #5B5B5B. Windows color (decimal): -5166472 or 7875249. OLE color: 7875249.

HSL color Cylindrical-coordinate representation of color #B12A78: hue angle of 325.33º 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 #B12A78 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17742120-
CMYK00.760.320.31
HSL325.33º61.64%42.94%-
HSV(B)325.33º76.27%69.41%-
XYZ22.3512.3618.98-
YUV91.26144.23189.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.21%
GREEN value IS 42 (16.80% from 255) = 12.39%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=52.21%
G=12.39%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774212000.760.320.31325.3361.6442.94
HexB12A7804C201F1453e2b
Octal26152170011440375057653
Binary1011000110101011110000100110010000011111101000101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12A78; }

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

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

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

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

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

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

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

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