#B01F9F

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

Shades of Medium Red Violet #B01F9F

Tints of Medium Red Violet #B01F9F

Color information

#B01F9F (or 0xB01F9F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 9F. RGB value is (176,31,159). Sum of RGB (Red+Green+Blue) = 176+31+159=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F9F is #4FE060. Grayscale: #585858. Windows color (decimal): -5234785 or 10428336. OLE color: 10428336.

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

Color convert

RGB17631159-
CMYK00.820.100.31
HSL307.03º70.05%40.59%-
HSV(B)307.03º82.39%69.02%-
XYZ24.6512.7133.96-
YUV88.95167.54190.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 31 (12.5% from 255) = 8.47%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=48.09%
G=8.47%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763115900.820.100.31307.0370.0540.59
HexB01F9F052A1F1334629
Octal260372370122123746310651
Binary101100001111110011111010100101010111111001100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F9F; }

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

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

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

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

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

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

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

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