Html Css Color HEX #B20DAC Deep Magenta

📋 copy color: '#B20DAC'

red 178 ◦ green 13 ◦ blue 172

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

Shades of Deep Magenta #B20DAC

Tints of Deep Magenta #B20DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.58%

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 49.04%
G = 3.58%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B20DAC (or 0xB20DAC) is known color: Deep Magenta. HEX triplet: B2, 0D and AC. RGB value is (178,13,172). Sum of RGB (Red+Green+Blue) = 178+13+172=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DAC is #4DF253. Grayscale: #4F4F4F. Windows color (decimal): -5108308 or 11275698. OLE color: 11275698.

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

Color convert

RGB 178 13 172 -
CMYK 0 0.93 0.03 0.30
HSL 302.18º 0.86% 0.37% -
HSV(B) 302.18º 0.93% 0.7% -
XYZ 25.95 12.73 40.12 -
YUV 80.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 178 13 172 0 0.93 0.03 0.30 302.18 0.86 0.37
Hex B2 D AC 0 5D 3 1E 12E 56 25
Octal 262 15 254 0 135 3 36 456 126 45
Binary 10110010 1101 10101100 0 1011101 11 11110 100101110 1010110 100101

Color Harmonies of #B20DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DAC

Black with #B20DAC

Text Example


Text Example

White with #B20DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DAC; }

 p { color: rgb(178,13,172); }

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

background-color css

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

 a { background-color: rgb(178,13,172); }

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

border-color css

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

 span { border-color: rgb(178,13,172); }

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