#B02EA8

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

Shades of Medium Red Violet #B02EA8

Tints of Medium Red Violet #B02EA8

Color information

#B02EA8 (or 0xB02EA8) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2E and A8. RGB value is (176,46,168). Sum of RGB (Red+Green+Blue) = 176+46+168=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B02EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02EA8 is #4FD157. Grayscale: #626262. Windows color (decimal): -5230936 or 11022000. OLE color: 11022000.

HSL color Cylindrical-coordinate representation of color #B02EA8: hue angle of 303.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02EA8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17646168-
CMYK00.740.050.31
HSL303.69º58.56%43.53%-
HSV(B)303.69º73.86%69.02%-
XYZ25.9514.0138.38-
YUV98.78167.07183.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 168 (66.02% from 255) = 43.08%
R=45.13%
G=11.79%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764616800.740.050.31303.6958.5643.53
HexB02EA804A51F1303b2c
Octal2605625001125374607354
Binary10110000101110101010000100101010111111100110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02EA8; }

 p { color: rgb(176,46,168); }

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

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

 a { background-color: rgb(176,46,168); }

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

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

 span { border-color: rgb(176,46,168); }

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