Html Css Color HEX #B20DAB Deep Magenta

📋 copy color: '#B20DAB'

red 178 ◦ green 13 ◦ blue 171

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

Shades of Deep Magenta #B20DAB

Tints of Deep Magenta #B20DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 49.17%
G = 3.59%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B20DAB (or 0xB20DAB) is known color: Deep Magenta. HEX triplet: B2, 0D and AB. RGB value is (178,13,171). Sum of RGB (Red+Green+Blue) = 178+13+171=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DAB is #4DF254. Grayscale: #4F4F4F. Windows color (decimal): -5108309 or 11210162. OLE color: 11210162.

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

Color convert

RGB 178 13 171 -
CMYK 0 0.93 0.04 0.30
HSL 302.55º 0.86% 0.37% -
HSV(B) 302.55º 0.93% 0.7% -
XYZ 25.85 12.69 39.62 -
YUV 80.35 179.16 197.65 -
System Red Green Blue C M Y K H S L
Decimal 178 13 171 0 0.93 0.04 0.30 302.55 0.86 0.37
Hex B2 D AB 0 5D 4 1E 12F 56 25
Octal 262 15 253 0 135 4 36 457 126 45
Binary 10110010 1101 10101011 0 1011101 100 11110 100101111 1010110 100101

Color Harmonies of #B20DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DAB

Black with #B20DAB

Text Example


Text Example

White with #B20DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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