#B01EA2

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

Shades of Medium Violet Red #B01EA2

Tints of Medium Violet Red #B01EA2

Color information

#B01EA2 (or 0xB01EA2) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1E and A2. RGB value is (176,30,162). Sum of RGB (Red+Green+Blue) = 176+30+162=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B01EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EA2 is #4FE15D. Grayscale: #585858. Windows color (decimal): -5235038 or 10624688. OLE color: 10624688.

HSL color Cylindrical-coordinate representation of color #B01EA2: hue angle of 305.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B01EA2 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB17630162-
CMYK00.830.080.31
HSL305.75º70.87%40.39%-
HSV(B)305.75º82.95%69.02%-
XYZ24.8912.7735.33-
YUV88.7169.37190.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 162 (63.67% from 255) = 44.02%
R=47.83%
G=8.15%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763016200.830.080.31305.7570.8740.39
HexB01EA205381F1324728
Octal260362420123103746210750
Binary101100001111010100010010100111000111111001100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EA2; }

 p { color: rgb(176,30,162); }

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

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

 a { background-color: rgb(176,30,162); }

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

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

 span { border-color: rgb(176,30,162); }

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