#B00EA1

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

Shades of Medium Violet Red #B00EA1

Tints of Medium Violet Red #B00EA1

Color information

#B00EA1 (or 0xB00EA1) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0E and A1. RGB value is (176,14,161). Sum of RGB (Red+Green+Blue) = 176+14+161=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B00EA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EA1 is #4FF15E. Grayscale: #4E4E4E. Windows color (decimal): -5239135 or 10555056. OLE color: 10555056.

HSL color Cylindrical-coordinate representation of color #B00EA1: hue angle of 305.56º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00EA1 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17614161-
CMYK00.920.090.31
HSL305.56º85.26%37.25%-
HSV(B)305.56º92.05%69.02%-
XYZ24.4912.1234.77-
YUV79.2174.17197.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.14%
GREEN value IS 14 (5.86% from 255) = 3.99%
BLUE value IS 161 (63.28% from 255) = 45.87%
R=50.14%
G=3.99%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761416100.920.090.31305.5685.2637.25
HexB0EA105C91F1325525
Octal260162410134113746212545
Binary10110000111010100001010111001001111111001100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00EA1; }

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

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

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

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

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

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

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

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