#B01F96

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

Shades of Medium Red Violet #B01F96

Tints of Medium Red Violet #B01F96

Color information

#B01F96 (or 0xB01F96) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 96. RGB value is (176,31,150). Sum of RGB (Red+Green+Blue) = 176+31+150=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F96 is #4FE069. Grayscale: #575757. Windows color (decimal): -5234794 or 9838512. OLE color: 9838512.

HSL color Cylindrical-coordinate representation of color #B01F96: hue angle of 310.76º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01F96 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17631150-
CMYK00.820.150.31
HSL310.76º70.05%40.59%-
HSV(B)310.76º82.39%69.02%-
XYZ23.912.4129.99-
YUV87.92163.04190.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=49.30%
G=8.68%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763115000.820.150.31310.7670.0540.59
HexB01F96052F1F1374629
Octal260372260122173746710651
Binary101100001111110010110010100101111111111001101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F96; }

 p { color: rgb(176,31,150); }

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

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

 a { background-color: rgb(176,31,150); }

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

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

 span { border-color: rgb(176,31,150); }

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