#B12D78

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

Shades of Medium Red Violet #B12D78

Tints of Medium Red Violet #B12D78

Color information

#B12D78 (or 0xB12D78) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2D and 78. RGB value is (177,45,120). Sum of RGB (Red+Green+Blue) = 177+45+120=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D78 is #4ED287. Grayscale: #5C5C5C. Windows color (decimal): -5165704 or 7876017. OLE color: 7876017.

HSL color Cylindrical-coordinate representation of color #B12D78: hue angle of 325.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D78 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17745120-
CMYK00.750.320.31
HSL325.91º59.46%43.53%-
HSV(B)325.91º74.58%69.41%-
XYZ22.4612.5819.01-
YUV93.02143.23187.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 45 (17.97% from 255) = 13.16%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=51.75%
G=13.16%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774512000.750.320.31325.9159.4643.53
HexB12D7804B201F1463b2c
Octal26155170011340375067354
Binary1011000110110111110000100101110000011111101000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D78; }

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

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

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

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

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

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

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

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