#B01F8F

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

Shades of Medium Red Violet #B01F8F

Tints of Medium Red Violet #B01F8F

Color information

#B01F8F (or 0xB01F8F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 8F. RGB value is (176,31,143). Sum of RGB (Red+Green+Blue) = 176+31+143=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F8F is #4FE070. Grayscale: #565656. Windows color (decimal): -5234801 or 9379760. OLE color: 9379760.

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

Color convert

RGB17631143-
CMYK00.820.190.31
HSL313.66º70.05%40.59%-
HSV(B)313.66º82.39%69.02%-
XYZ23.3512.1927.11-
YUV87.12159.54191.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 31 (12.5% from 255) = 8.86%
BLUE value IS 143 (56.25% from 255) = 40.86%
R=50.29%
G=8.86%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763114300.820.190.31313.6670.0540.59
HexB01F8F052131F13a4629
Octal260372170122233747210651
Binary1011000011111100011110101001010011111111001110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F8F; }

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

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

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

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

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

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

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

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