Html Css Color HEX #B20CCE Deep Magenta

📋 copy color: '#B20CCE'

red 178 ◦ green 12 ◦ blue 206

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

Shades of Deep Magenta #B20CCE

Tints of Deep Magenta #B20CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.03%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 44.95%
G = 3.03%
B = 52.02%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B20CCE (or 0xB20CCE) is known color: Deep Magenta. HEX triplet: B2, 0C and CE. RGB value is (178,12,206). Sum of RGB (Red+Green+Blue) = 178+12+206=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #B20CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CCE is #4DF331. Grayscale: #535353. Windows color (decimal): -5108530 or 13503666. OLE color: 13503666.

HSL color Cylindrical-coordinate representation of color #B20CCE: hue angle of 291.34º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CCE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 12 206 -
CMYK 0.14 0.94 0 0.19
HSL 291.34º 0.89% 0.43% -
HSV(B) 291.34º 0.94% 0.81% -
XYZ 29.63 14.18 59.57 -
YUV 83.75 197 195.23 -
System Red Green Blue C M Y K H S L
Decimal 178 12 206 0.14 0.94 0 0.19 291.34 0.89 0.43
Hex B2 C CE E 5E 0 13 123 59 2B
Octal 262 14 316 16 136 0 23 443 131 53
Binary 10110010 1100 11001110 1110 1011110 0 10011 100100011 1011001 101011

Color Harmonies of #B20CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CCE

Black with #B20CCE

Text Example


Text Example

White with #B20CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CCE; }

 p { color: rgb(178,12,206); }

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

background-color css

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

 a { background-color: rgb(178,12,206); }

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

border-color css

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

 span { border-color: rgb(178,12,206); }

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