#B02B82

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

Shades of Medium Red Violet #B02B82

Tints of Medium Red Violet #B02B82

Color information

#B02B82 (or 0xB02B82) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2B and 82. RGB value is (176,43,130). Sum of RGB (Red+Green+Blue) = 176+43+130=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02B82 is #4FD47D. Grayscale: #5C5C5C. Windows color (decimal): -5231742 or 8530864. OLE color: 8530864.

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

Color convert

RGB17643130-
CMYK00.760.260.31
HSL320.75º60.73%42.94%-
HSV(B)320.75º75.57%69.02%-
XYZ22.812.5722.34-
YUV92.68149.06187.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=50.43%
G=12.32%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764313000.760.260.31320.7560.7342.94
HexB02B8204C1A1F1413d2b
Octal26053202011432375017553
Binary1011000010101110000010010011001101011111101000001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B82; }

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

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

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

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

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

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

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

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