Html Css Color HEX #B20ECB Deep Magenta

📋 copy color: '#B20ECB'

red 178 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #B20ECB

Tints of Deep Magenta #B20ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.39%

R = 45.06%
G = 3.54%
B = 51.39%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B20ECB (or 0xB20ECB) is known color: Deep Magenta. HEX triplet: B2, 0E and CB. RGB value is (178,14,203). Sum of RGB (Red+Green+Blue) = 178+14+203=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 14 (5.86% from 255 or 3.54% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #B20ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20ECB is #4DF134. Grayscale: #535353. Windows color (decimal): -5108021 or 13307570. OLE color: 13307570.

HSL color Cylindrical-coordinate representation of color #B20ECB: hue angle of 292.06º 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 #B20ECB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 14 203 -
CMYK 0.12 0.93 0 0.20
HSL 292.06º 0.87% 0.43% -
HSV(B) 292.06º 0.93% 0.8% -
XYZ 29.3 14.09 57.68 -
YUV 84.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 178 14 203 0.12 0.93 0 0.20 292.06 0.87 0.43
Hex B2 E CB C 5D 0 14 124 57 2B
Octal 262 16 313 14 135 0 24 444 127 53
Binary 10110010 1110 11001011 1100 1011101 0 10100 100100100 1010111 101011

Color Harmonies of #B20ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20ECB

Black with #B20ECB

Text Example


Text Example

White with #B20ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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