Html Css Color HEX #B20DC8 Deep Magenta

📋 copy color: '#B20DC8'

red 178 ◦ green 13 ◦ blue 200

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

Shades of Deep Magenta #B20DC8

Tints of Deep Magenta #B20DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 45.52%
G = 3.32%
B = 51.15%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B20DC8 (or 0xB20DC8) is known color: Deep Magenta. HEX triplet: B2, 0D and C8. RGB value is (178,13,200). Sum of RGB (Red+Green+Blue) = 178+13+200=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #B20DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20DC8 is #4DF237. Grayscale: #535353. Windows color (decimal): -5108280 or 13110706. OLE color: 13110706.

HSL color Cylindrical-coordinate representation of color #B20DC8: hue angle of 292.94º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20DC8 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 13 200 -
CMYK 0.11 0.94 0 0.22
HSL 292.94º 0.88% 0.42% -
HSV(B) 292.94º 0.94% 0.78% -
XYZ 28.93 13.92 55.81 -
YUV 83.65 193.66 195.29 -
System Red Green Blue C M Y K H S L
Decimal 178 13 200 0.11 0.94 0 0.22 292.94 0.88 0.42
Hex B2 D C8 B 5E 0 16 125 58 2A
Octal 262 15 310 13 136 0 26 445 130 52
Binary 10110010 1101 11001000 1011 1011110 0 10110 100100101 1011000 101010

Color Harmonies of #B20DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20DC8

Black with #B20DC8

Text Example


Text Example

White with #B20DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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