#b01f83

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

Shades of Medium Red Violet #B01F83

Tints of Medium Red Violet #B01F83

Color information

#B01F83 (or 0xB01F83) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 83. RGB value is (176,31,131). Sum of RGB (Red+Green+Blue) = 176+31+131=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F83 is #4FE07C. Grayscale: #555555. Windows color (decimal): -5234813 or 8593328. OLE color: 8593328.

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

Color convert

RGB17631131-
CMYK00.820.260.31
HSL318.62º70.05%40.59%-
HSV(B)318.62º82.39%69.02%-
XYZ22.4911.8522.57-
YUV85.76153.54192.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=52.07%
G=9.17%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763113100.820.260.31318.6270.0540.59
HexB01F830521A1F13f4629
Octal260372030122323747710651
Binary1011000011111100000110101001011010111111001111111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b01f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b01f83; }

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

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

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

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

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

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

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

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