Html Css Color HEX #B020A9 Medium Red Violet

📋 copy color: '#B020A9'

red 176 ◦ green 32 ◦ blue 169

#B020A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B020A9

Tints of Medium Red Violet #B020A9

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 32 (12.89% from 255) = 8.49%

 BLUE value IS 169 (66.41% from 255) = 44.83%

R = 46.68%
G = 8.49%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#B020A9 (or 0xB020A9) is known color: Medium Red Violet. HEX triplet: B0, 20 and A9. RGB value is (176,32,169). Sum of RGB (Red+Green+Blue) = 176+32+169=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B020A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B020A9 is #4FDF56. Grayscale: #5A5A5A. Windows color (decimal): -5234519 or 11083952. OLE color: 11083952.

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

Color convert

RGB 176 32 169 -
CMYK 0 0.82 0.04 0.31
HSL 302.92º 0.69% 0.41% -
HSV(B) 302.92º 0.82% 0.69% -
XYZ 25.58 13.13 38.72 -
YUV 90.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 176 32 169 0 0.82 0.04 0.31 302.92 0.69 0.41
Hex B0 20 A9 0 52 4 1F 12F 45 29
Octal 260 40 251 0 122 4 37 457 105 51
Binary 10110000 100000 10101001 0 1010010 100 11111 100101111 1000101 101001

Color Harmonies of #B020A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020A9

Black with #B020A9

Text Example


Text Example

White with #B020A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020A9; }

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

 H1.HeaderClassName
 {
   color: #B020A9;
 }
 .AnyTagClassName
 {
   color: #B020A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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