#B12470

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

Shades of Medium Red Violet #B12470

Tints of Medium Red Violet #B12470

Color information

#B12470 (or 0xB12470) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and 70. RGB value is (177,36,112). Sum of RGB (Red+Green+Blue) = 177+36+112=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B12470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12470 is #4EDB8F. Grayscale: #565656. Windows color (decimal): -5168016 or 7349425. OLE color: 7349425.

HSL color Cylindrical-coordinate representation of color #B12470: hue angle of 327.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12470 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17736112-
CMYK00.800.370.31
HSL327.66º66.2%41.76%-
HSV(B)327.66º79.66%69.41%-
XYZ21.6911.7816.46-
YUV86.82142.21192.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.46%
GREEN value IS 36 (14.45% from 255) = 11.08%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=54.46%
G=11.08%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773611200.800.370.31327.6666.241.76
HexB12470050251F148422a
Octal261441600120453751010252
Binary10110001100100111000001010000100101111111010010001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12470; }

 p { color: rgb(177,36,112); }

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

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

 a { background-color: rgb(177,36,112); }

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

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

 span { border-color: rgb(177,36,112); }

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