#B01EA5

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

Shades of Medium Violet Red #B01EA5

Tints of Medium Violet Red #B01EA5

Color information

#B01EA5 (or 0xB01EA5) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1E and A5. RGB value is (176,30,165). Sum of RGB (Red+Green+Blue) = 176+30+165=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B01EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01EA5 is #4FE15A. Grayscale: #585858. Windows color (decimal): -5235035 or 10821296. OLE color: 10821296.

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

Color convert

RGB17630165-
CMYK00.830.060.31
HSL304.52º70.87%40.39%-
HSV(B)304.52º82.95%69.02%-
XYZ25.1612.8836.76-
YUV89.04170.87190.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 30 (12.11% from 255) = 8.09%
BLUE value IS 165 (64.84% from 255) = 44.47%
R=47.44%
G=8.09%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763016500.830.060.31304.5270.8740.39
HexB01EA505361F1314728
Octal26036245012363746110750
Binary10110000111101010010101010011110111111001100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01EA5; }

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

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

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

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

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

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

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

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