#B01F8E

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

Shades of Medium Red Violet #B01F8E

Tints of Medium Red Violet #B01F8E

Color information

#B01F8E (or 0xB01F8E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 1F and 8E. RGB value is (176,31,142). Sum of RGB (Red+Green+Blue) = 176+31+142=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F8E is #4FE071. Grayscale: #565656. Windows color (decimal): -5234802 or 9314224. OLE color: 9314224.

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

Color convert

RGB17631142-
CMYK00.820.190.31
HSL314.07º70.05%40.59%-
HSV(B)314.07º82.39%69.02%-
XYZ23.2812.1626.71-
YUV87.01159.04191.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=50.43%
G=8.88%
B=40.69%

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
Decimal1763114200.820.190.31314.0770.0540.59
HexB01F8E052131F13a4629
Octal260372160122233747210651
Binary1011000011111100011100101001010011111111001110101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F8E; }

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

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

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

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

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

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

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

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