Html Css Color HEX #B20ECD Deep Magenta

📋 copy color: '#B20ECD'

red 178 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #B20ECD

Tints of Deep Magenta #B20ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.53%

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

R = 44.84%
G = 3.53%
B = 51.64%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20ECD (or 0xB20ECD) is known color: Deep Magenta. HEX triplet: B2, 0E and CD. RGB value is (178,14,205). Sum of RGB (Red+Green+Blue) = 178+14+205=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 14 (5.86% from 255 or 3.53% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #B20ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ECD is #4DF132. Grayscale: #545454. Windows color (decimal): -5108019 or 13438642. OLE color: 13438642.

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

Color convert

RGB 178 14 205 -
CMYK 0.13 0.93 0 0.20
HSL 291.52º 0.87% 0.43% -
HSV(B) 291.52º 0.93% 0.8% -
XYZ 29.54 14.19 58.94 -
YUV 84.81 195.83 194.47 -
System Red Green Blue C M Y K H S L
Decimal 178 14 205 0.13 0.93 0 0.20 291.52 0.87 0.43
Hex B2 E CD D 5D 0 14 124 57 2B
Octal 262 16 315 15 135 0 24 444 127 53
Binary 10110010 1110 11001101 1101 1011101 0 10100 100100100 1010111 101011

Color Harmonies of #B20ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ECD

Black with #B20ECD

Text Example


Text Example

White with #B20ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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