Html Css Color HEX #B20AB9 Deep Magenta

📋 copy color: '#B20AB9'

red 178 ◦ green 10 ◦ blue 185

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

Shades of Deep Magenta #B20AB9

Tints of Deep Magenta #B20AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.6%

R = 47.72%
G = 2.68%
B = 49.6%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B20AB9 (or 0xB20AB9) is known color: Deep Magenta. HEX triplet: B2, 0A and B9. RGB value is (178,10,185). Sum of RGB (Red+Green+Blue) = 178+10+185=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #B20AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20AB9 is #4DF546. Grayscale: #4F4F4F. Windows color (decimal): -5109063 or 12126898. OLE color: 12126898.

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

Color convert

RGB 178 10 185 -
CMYK 0.04 0.95 0 0.27
HSL 297.6º 0.9% 0.38% -
HSV(B) 297.6º 0.95% 0.73% -
XYZ 27.23 13.18 47.01 -
YUV 80.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 178 10 185 0.04 0.95 0 0.27 297.6 0.9 0.38
Hex B2 A B9 4 5F 0 1B 12A 5A 26
Octal 262 12 271 4 137 0 33 452 132 46
Binary 10110010 1010 10111001 100 1011111 0 11011 100101010 1011010 100110

Color Harmonies of #B20AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20AB9

Black with #B20AB9

Text Example


Text Example

White with #B20AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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