Html Css Color HEX #B20DCD Deep Magenta

📋 copy color: '#B20DCD'

red 178 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #B20DCD

Tints of Deep Magenta #B20DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 44.95%
G = 3.28%
B = 51.77%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20DCD (or 0xB20DCD) is known color: Deep Magenta. HEX triplet: B2, 0D and CD. RGB value is (178,13,205). Sum of RGB (Red+Green+Blue) = 178+13+205=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DCD is #4DF232. Grayscale: #535353. Windows color (decimal): -5108275 or 13438386. OLE color: 13438386.

HSL color Cylindrical-coordinate representation of color #B20DCD: hue angle of 291.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DCD is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 13 205 -
CMYK 0.13 0.94 0 0.20
HSL 291.56º 0.88% 0.43% -
HSV(B) 291.56º 0.94% 0.8% -
XYZ 29.52 14.16 58.93 -
YUV 84.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 178 13 205 0.13 0.94 0 0.20 291.56 0.88 0.43
Hex B2 D CD D 5E 0 14 124 58 2B
Octal 262 15 315 15 136 0 24 444 130 53
Binary 10110010 1101 11001101 1101 1011110 0 10100 100100100 1011000 101011

Color Harmonies of #B20DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DCD

Black with #B20DCD

Text Example


Text Example

White with #B20DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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