Html Css Color HEX #B20DB9 Deep Magenta

📋 copy color: '#B20DB9'

red 178 ◦ green 13 ◦ blue 185

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

Shades of Deep Magenta #B20DB9

Tints of Deep Magenta #B20DB9

RGB

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

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

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

R = 47.34%
G = 3.46%
B = 49.2%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B20DB9 (or 0xB20DB9) is known color: Deep Magenta. HEX triplet: B2, 0D and B9. RGB value is (178,13,185). Sum of RGB (Red+Green+Blue) = 178+13+185=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #B20DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DB9 is #4DF246. Grayscale: #515151. Windows color (decimal): -5108295 or 12127666. OLE color: 12127666.

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

Color convert

RGB 178 13 185 -
CMYK 0.04 0.93 0 0.27
HSL 297.56º 0.87% 0.39% -
HSV(B) 297.56º 0.93% 0.73% -
XYZ 27.26 13.26 47.02 -
YUV 81.94 186.16 196.51 -
System Red Green Blue C M Y K H S L
Decimal 178 13 185 0.04 0.93 0 0.27 297.56 0.87 0.39
Hex B2 D B9 4 5D 0 1B 12A 57 27
Octal 262 15 271 4 135 0 33 452 127 47
Binary 10110010 1101 10111001 100 1011101 0 11011 100101010 1010111 100111

Color Harmonies of #B20DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DB9

Black with #B20DB9

Text Example


Text Example

White with #B20DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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