#b02caa

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

Shades of Medium Red Violet #B02CAA

Tints of Medium Red Violet #B02CAA

Color information

#B02CAA (or 0xB02CAA) is unknown color: approx Medium Red Violet. HEX triplet: B0, 2C and AA. RGB value is (176,44,170). Sum of RGB (Red+Green+Blue) = 176+44+170=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B02CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02CAA is #4FD355. Grayscale: #616161. Windows color (decimal): -5231446 or 11152560. OLE color: 11152560.

HSL color Cylindrical-coordinate representation of color #B02CAA: hue angle of 302.73º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02CAA is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17644170-
CMYK00.750.030.31
HSL302.73º60%43.14%-
HSV(B)302.73º75%69.02%-
XYZ26.0613.9339.35-
YUV97.83168.73183.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 44 (17.58% from 255) = 11.28%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=45.13%
G=11.28%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764417000.750.030.31302.736043.14
HexB02CAA04B31F12f3c2b
Octal2605425201133374577453
Binary1011000010110010101010010010111111111100101111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02caa; }

 p { color: rgb(176,44,170); }

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

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

 a { background-color: rgb(176,44,170); }

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

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

 span { border-color: rgb(176,44,170); }

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