Html Css Color HEX #B20DAE Deep Magenta

📋 copy color: '#B20DAE'

red 178 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #B20DAE

Tints of Deep Magenta #B20DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 48.77%
G = 3.56%
B = 47.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B20DAE (or 0xB20DAE) is known color: Deep Magenta. HEX triplet: B2, 0D and AE. RGB value is (178,13,174). Sum of RGB (Red+Green+Blue) = 178+13+174=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B20DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20DAE is #4DF251. Grayscale: #505050. Windows color (decimal): -5108306 or 11406770. OLE color: 11406770.

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

Color convert

RGB 178 13 174 -
CMYK 0 0.93 0.02 0.30
HSL 301.45º 0.86% 0.37% -
HSV(B) 301.45º 0.93% 0.7% -
XYZ 26.14 12.81 41.14 -
YUV 80.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 178 13 174 0 0.93 0.02 0.30 301.45 0.86 0.37
Hex B2 D AE 0 5D 2 1E 12D 56 25
Octal 262 15 256 0 135 2 36 455 126 45
Binary 10110010 1101 10101110 0 1011101 10 11110 100101101 1010110 100101

Color Harmonies of #B20DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DAE

Black with #B20DAE

Text Example


Text Example

White with #B20DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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