#B02A91

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

Shades of Medium Red Violet #B02A91

Tints of Medium Red Violet #B02A91

Color information

#B02A91 (or 0xB02A91) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 91. RGB value is (176,42,145). Sum of RGB (Red+Green+Blue) = 176+42+145=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A91 is #4FD56E. Grayscale: #5D5D5D. Windows color (decimal): -5231983 or 9513648. OLE color: 9513648.

HSL color Cylindrical-coordinate representation of color #B02A91: hue angle of 313.88º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A91 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17642145-
CMYK00.760.180.31
HSL313.88º61.47%42.75%-
HSV(B)313.88º76.14%69.02%-
XYZ23.8412.9328.03-
YUV93.81156.89186.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 42 (16.80% from 255) = 11.57%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=48.48%
G=11.57%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764214500.760.180.31313.8861.4742.75
HexB02A9104C121F13a3d2b
Octal26052221011422374727553
Binary1011000010101010010001010011001001011111100111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A91; }

 p { color: rgb(176,42,145); }

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

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

 a { background-color: rgb(176,42,145); }

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

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

 span { border-color: rgb(176,42,145); }

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