Html Css Color HEX #B20BA9 Deep Magenta

📋 copy color: '#B20BA9'

red 178 ◦ green 11 ◦ blue 169

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

Shades of Deep Magenta #B20BA9

Tints of Deep Magenta #B20BA9

RGB

 RED value IS 178 (69.92% from 255) = 49.72%

 GREEN value IS 11 (4.69% from 255) = 3.07%

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

R = 49.72%
G = 3.07%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B20BA9 (or 0xB20BA9) is known color: Deep Magenta. HEX triplet: B2, 0B and A9. RGB value is (178,11,169). Sum of RGB (Red+Green+Blue) = 178+11+169=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA9 is #4DF456. Grayscale: #4E4E4E. Windows color (decimal): -5108823 or 11078578. OLE color: 11078578.

HSL color Cylindrical-coordinate representation of color #B20BA9: hue angle of 303.23º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20BA9 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 169 -
CMYK 0 0.94 0.05 0.30
HSL 303.23º 0.88% 0.37% -
HSV(B) 303.23º 0.94% 0.7% -
XYZ 25.64 12.57 38.61 -
YUV 78.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 178 11 169 0 0.94 0.05 0.30 303.23 0.88 0.37
Hex B2 B A9 0 5E 5 1E 12F 58 25
Octal 262 13 251 0 136 5 36 457 130 45
Binary 10110010 1011 10101001 0 1011110 101 11110 100101111 1011000 100101

Color Harmonies of #B20BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BA9

Black with #B20BA9

Text Example


Text Example

White with #B20BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BA9; }

 p { color: rgb(178,11,169); }

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

background-color css

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

 a { background-color: rgb(178,11,169); }

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

border-color css

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

 span { border-color: rgb(178,11,169); }

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