#B02A9A

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

Shades of Medium Red Violet #B02A9A

Tints of Medium Red Violet #B02A9A

Color information

#B02A9A (or 0xB02A9A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 9A. RGB value is (176,42,154). Sum of RGB (Red+Green+Blue) = 176+42+154=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A9A is #4FD565. Grayscale: #5E5E5E. Windows color (decimal): -5231974 or 10103472. OLE color: 10103472.

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

Color convert

RGB17642154-
CMYK00.760.120.31
HSL309.85º61.47%42.75%-
HSV(B)309.85º76.14%69.02%-
XYZ24.5713.2231.83-
YUV94.83161.39185.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 42 (16.80% from 255) = 11.29%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=47.31%
G=11.29%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764215400.760.120.31309.8561.4742.75
HexB02A9A04CC1F1363d2b
Octal26052232011414374667553
Binary101100001010101001101001001100110011111100110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A9A; }

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

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

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

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

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

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

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

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