#B02282

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

Shades of Medium Red Violet #B02282

Tints of Medium Red Violet #B02282

Color information

#B02282 (or 0xB02282) is unknown color: approx Medium Red Violet. HEX triplet: B0, 22 and 82. RGB value is (176,34,130). Sum of RGB (Red+Green+Blue) = 176+34+130=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B02282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02282 is #4FDD7D. Grayscale: #575757. Windows color (decimal): -5234046 or 8528560. OLE color: 8528560.

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

Color convert

RGB17634130-
CMYK00.810.260.31
HSL319.44º67.62%41.18%-
HSV(B)319.44º80.68%69.02%-
XYZ22.5111.9922.25-
YUV87.4152.04191.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 34 (13.67% from 255) = 10%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=51.76%
G=10%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763413000.810.260.31319.4467.6241.18
HexB022820511A1F13f4429
Octal260422020121323747710451
Binary10110000100010100000100101000111010111111001111111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02282; }

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

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

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

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

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

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

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

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