Html Css Color HEX #B20BA8 Deep Magenta

📋 copy color: '#B20BA8'

red 178 ◦ green 11 ◦ blue 168

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

Shades of Deep Magenta #B20BA8

Tints of Deep Magenta #B20BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.06%

R = 49.86%
G = 3.08%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B20BA8 (or 0xB20BA8) is known color: Deep Magenta. HEX triplet: B2, 0B and A8. RGB value is (178,11,168). Sum of RGB (Red+Green+Blue) = 178+11+168=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BA8 is #4DF457. Grayscale: #4E4E4E. Windows color (decimal): -5108824 or 11013042. OLE color: 11013042.

HSL color Cylindrical-coordinate representation of color #B20BA8: hue angle of 303.59º 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 #B20BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 168 -
CMYK 0 0.94 0.06 0.30
HSL 303.59º 0.88% 0.37% -
HSV(B) 303.59º 0.94% 0.7% -
XYZ 25.55 12.53 38.12 -
YUV 78.83 178.33 198.73 -
System Red Green Blue C M Y K H S L
Decimal 178 11 168 0 0.94 0.06 0.30 303.59 0.88 0.37
Hex B2 B A8 0 5E 6 1E 130 58 25
Octal 262 13 250 0 136 6 36 460 130 45
Binary 10110010 1011 10101000 0 1011110 110 11110 100110000 1011000 100101

Color Harmonies of #B20BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BA8

Black with #B20BA8

Text Example


Text Example

White with #B20BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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