#B01F7E

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

Shades of Medium Red Violet #B01F7E

Tints of Medium Red Violet #B01F7E

Color information

#B01F7E (or 0xB01F7E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 7E. RGB value is (176,31,126). Sum of RGB (Red+Green+Blue) = 176+31+126=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01F7E is #4FE081. Grayscale: #545454. Windows color (decimal): -5234818 or 8265648. OLE color: 8265648.

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

Color convert

RGB17631126-
CMYK00.820.280.31
HSL320.69º70.05%40.59%-
HSV(B)320.69º82.39%69.02%-
XYZ22.1611.7220.83-
YUV85.18151.04192.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.85%
GREEN value IS 31 (12.5% from 255) = 9.31%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=52.85%
G=9.31%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763112600.820.280.31320.6970.0540.59
HexB01F7E0521C1F1414629
Octal260371760122343750110651
Binary101100001111111111100101001011100111111010000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F7E; }

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

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

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

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

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

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

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

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