Html Css Color HEX #B20AB7 Deep Magenta

📋 copy color: '#B20AB7'

red 178 ◦ green 10 ◦ blue 183

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

Shades of Deep Magenta #B20AB7

Tints of Deep Magenta #B20AB7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.7%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 47.98%
G = 2.7%
B = 49.33%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B20AB7 (or 0xB20AB7) is known color: Deep Magenta. HEX triplet: B2, 0A and B7. RGB value is (178,10,183). Sum of RGB (Red+Green+Blue) = 178+10+183=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #B20AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AB7 is #4DF548. Grayscale: #4F4F4F. Windows color (decimal): -5109065 or 11995826. OLE color: 11995826.

HSL color Cylindrical-coordinate representation of color #B20AB7: hue angle of 298.27º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20AB7 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 10 183 -
CMYK 0.03 0.95 0 0.28
HSL 298.27º 0.9% 0.38% -
HSV(B) 298.27º 0.95% 0.72% -
XYZ 27.02 13.1 45.9 -
YUV 79.95 186.16 197.93 -
System Red Green Blue C M Y K H S L
Decimal 178 10 183 0.03 0.95 0 0.28 298.27 0.9 0.38
Hex B2 A B7 3 5F 0 1C 12A 5A 26
Octal 262 12 267 3 137 0 34 452 132 46
Binary 10110010 1010 10110111 11 1011111 0 11100 100101010 1011010 100110

Color Harmonies of #B20AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AB7

Black with #B20AB7

Text Example


Text Example

White with #B20AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AB7; }

 p { color: rgb(178,10,183); }

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

background-color css

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

 a { background-color: rgb(178,10,183); }

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

border-color css

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

 span { border-color: rgb(178,10,183); }

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