#B12486

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

Shades of Medium Red Violet #B12486

Tints of Medium Red Violet #B12486

Color information

#B12486 (or 0xB12486) is unknown color: approx Medium Red Violet. HEX triplet: B1, 24 and 86. RGB value is (177,36,134). Sum of RGB (Red+Green+Blue) = 177+36+134=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B12486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12486 is #4EDB79. Grayscale: #595959. Windows color (decimal): -5167994 or 8791217. OLE color: 8791217.

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

Color convert

RGB17736134-
CMYK00.800.240.31
HSL318.3º66.2%41.76%-
HSV(B)318.3º79.66%69.41%-
XYZ23.0712.3323.72-
YUV89.33153.21190.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 36 (14.45% from 255) = 10.37%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=51.01%
G=10.37%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773613400.800.240.31318.366.241.76
HexB12486050181F13e422a
Octal261442060120303747610252
Binary10110001100100100001100101000011000111111001111101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12486; }

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

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

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

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

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

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

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

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