#B02281

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

Shades of Medium Red Violet #B02281

Tints of Medium Red Violet #B02281

Color information

#B02281 (or 0xB02281) is unknown color: approx Medium Red Violet. HEX triplet: B0, 22 and 81. RGB value is (176,34,129). Sum of RGB (Red+Green+Blue) = 176+34+129=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B02281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02281 is #4FDD7E. Grayscale: #575757. Windows color (decimal): -5234047 or 8463024. OLE color: 8463024.

HSL color Cylindrical-coordinate representation of color #B02281: hue angle of 319.86º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02281 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17634129-
CMYK00.810.270.31
HSL319.86º67.62%41.18%-
HSV(B)319.86º80.68%69.02%-
XYZ22.4411.9621.89-
YUV87.29151.54191.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 34 (13.67% from 255) = 10.03%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=51.92%
G=10.03%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763412900.810.270.31319.8667.6241.18
HexB022810511B1F1404429
Octal260422010121333750010451
Binary10110000100010100000010101000111011111111010000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02281; }

 p { color: rgb(176,34,129); }

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

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

 a { background-color: rgb(176,34,129); }

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

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

 span { border-color: rgb(176,34,129); }

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