#B10EA2

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

Shades of Medium Violet Red #B10EA2

Tints of Medium Violet Red #B10EA2

Color information

#B10EA2 (or 0xB10EA2) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0E and A2. RGB value is (177,14,162). Sum of RGB (Red+Green+Blue) = 177+14+162=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 162 (63.67% from 255 or 45.89% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B10EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10EA2 is #4EF15D. Grayscale: #4F4F4F. Windows color (decimal): -5173598 or 10620593. OLE color: 10620593.

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

Color convert

RGB17714162-
CMYK00.920.080.31
HSL305.52º85.34%37.45%-
HSV(B)305.52º92.09%69.41%-
XYZ24.8112.2735.24-
YUV79.61174.5197.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 14 (5.86% from 255) = 3.97%
BLUE value IS 162 (63.67% from 255) = 45.89%
R=50.14%
G=3.97%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771416200.920.080.31305.5285.3437.45
HexB1EA205C81F1325525
Octal261162420134103746212545
Binary10110001111010100010010111001000111111001100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10EA2; }

 p { color: rgb(177,14,162); }

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

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

 a { background-color: rgb(177,14,162); }

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

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

 span { border-color: rgb(177,14,162); }

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