Html Css Color HEX #B20FCE Deep Magenta

📋 copy color: '#B20FCE'

red 178 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #B20FCE

Tints of Deep Magenta #B20FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.76%

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

R = 44.61%
G = 3.76%
B = 51.63%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B20FCE (or 0xB20FCE) is known color: Deep Magenta. HEX triplet: B2, 0F and CE. RGB value is (178,15,206). Sum of RGB (Red+Green+Blue) = 178+15+206=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #B20FCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20FCE is #4DF031. Grayscale: #545454. Windows color (decimal): -5107762 or 13504434. OLE color: 13504434.

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

Color convert

RGB 178 15 206 -
CMYK 0.14 0.93 0 0.19
HSL 291.2º 0.86% 0.43% -
HSV(B) 291.2º 0.93% 0.81% -
XYZ 29.67 14.26 59.58 -
YUV 85.51 196 193.97 -
System Red Green Blue C M Y K H S L
Decimal 178 15 206 0.14 0.93 0 0.19 291.2 0.86 0.43
Hex B2 F CE E 5D 0 13 123 56 2B
Octal 262 17 316 16 135 0 23 443 126 53
Binary 10110010 1111 11001110 1110 1011101 0 10011 100100011 1010110 101011

Color Harmonies of #B20FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20FCE

Black with #B20FCE

Text Example


Text Example

White with #B20FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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