Html Css Color HEX #B20AB0 Deep Magenta

📋 copy color: '#B20AB0'

red 178 ◦ green 10 ◦ blue 176

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

Shades of Deep Magenta #B20AB0

Tints of Deep Magenta #B20AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.35%

R = 48.9%
G = 2.75%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B20AB0 (or 0xB20AB0) is known color: Deep Magenta. HEX triplet: B2, 0A and B0. RGB value is (178,10,176). Sum of RGB (Red+Green+Blue) = 178+10+176=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B20AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20AB0 is #4DF54F. Grayscale: #4E4E4E. Windows color (decimal): -5109072 or 11537074. OLE color: 11537074.

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

Color convert

RGB 178 10 176 -
CMYK 0 0.94 0.01 0.30
HSL 300.71º 0.89% 0.37% -
HSV(B) 300.71º 0.94% 0.7% -
XYZ 26.31 12.82 42.16 -
YUV 79.16 182.66 198.5 -
System Red Green Blue C M Y K H S L
Decimal 178 10 176 0 0.94 0.01 0.30 300.71 0.89 0.37
Hex B2 A B0 0 5E 1 1E 12D 59 25
Octal 262 12 260 0 136 1 36 455 131 45
Binary 10110010 1010 10110000 0 1011110 1 11110 100101101 1011001 100101

Color Harmonies of #B20AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AB0

Black with #B20AB0

Text Example


Text Example

White with #B20AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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