#B02A83

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

Shades of Medium Red Violet #B02A83

Tints of Medium Red Violet #B02A83

Color information

#B02A83 (or 0xB02A83) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2A and 83. RGB value is (176,42,131). Sum of RGB (Red+Green+Blue) = 176+42+131=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A83 is #4FD57C. Grayscale: #5B5B5B. Windows color (decimal): -5231997 or 8596144. OLE color: 8596144.

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

Color convert

RGB17642131-
CMYK00.760.260.31
HSL320.15º61.47%42.75%-
HSV(B)320.15º76.14%69.02%-
XYZ22.8312.5222.69-
YUV92.21149.89187.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 42 (16.80% from 255) = 12.03%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=50.43%
G=12.03%
B=37.54%

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
Decimal1764213100.760.260.31320.1561.4742.75
HexB02A8304C1A1F1403d2b
Octal26052203011432375007553
Binary1011000010101010000011010011001101011111101000000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A83; }

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

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

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

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

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

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

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

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