#B020A5

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

Shades of Medium Red Violet #B020A5

Tints of Medium Red Violet #B020A5

Color information

#B020A5 (or 0xB020A5) is unknown color: approx Medium Red Violet. HEX triplet: B0, 20 and A5. RGB value is (176,32,165). Sum of RGB (Red+Green+Blue) = 176+32+165=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B020A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B020A5 is #4FDF5A. Grayscale: #595959. Windows color (decimal): -5234523 or 10821808. OLE color: 10821808.

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

Color convert

RGB17632165-
CMYK00.820.060.31
HSL304.58º69.23%40.78%-
HSV(B)304.58º81.82%69.02%-
XYZ25.2112.9836.77-
YUV90.22170.21189.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 32 (12.89% from 255) = 8.58%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=47.18%
G=8.58%
B=44.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763216500.820.060.31304.5869.2340.78
HexB020A505261F1314529
Octal26040245012263746110551
Binary101100001000001010010101010010110111111001100011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B020A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B020A5; }

 p { color: rgb(176,32,165); }

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

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

 a { background-color: rgb(176,32,165); }

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

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

 span { border-color: rgb(176,32,165); }

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