#B01EA1

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

Shades of Medium Violet Red #B01EA1

Tints of Medium Violet Red #B01EA1

Color information

#B01EA1 (or 0xB01EA1) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1E and A1. RGB value is (176,30,161). Sum of RGB (Red+Green+Blue) = 176+30+161=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B01EA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EA1 is #4FE15E. Grayscale: #585858. Windows color (decimal): -5235039 or 10559152. OLE color: 10559152.

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

Color convert

RGB17630161-
CMYK00.830.090.31
HSL306.16º70.87%40.39%-
HSV(B)306.16º82.95%69.02%-
XYZ24.812.7334.87-
YUV88.59168.87190.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 161 (63.28% from 255) = 43.87%
R=47.96%
G=8.17%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763016100.830.090.31306.1670.8740.39
HexB01EA105391F1324728
Octal260362410123113746210750
Binary101100001111010100001010100111001111111001100101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EA1; }

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

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

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

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

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

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

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

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