Html Css Color HEX #B20BCC Deep Magenta

📋 copy color: '#B20BCC'

red 178 ◦ green 11 ◦ blue 204

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

Shades of Deep Magenta #B20BCC

Tints of Deep Magenta #B20BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.8%

 BLUE value IS 204 (80.08% from 255) = 51.91%

R = 45.29%
G = 2.8%
B = 51.91%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B20BCC (or 0xB20BCC) is known color: Deep Magenta. HEX triplet: B2, 0B and CC. RGB value is (178,11,204). Sum of RGB (Red+Green+Blue) = 178+11+204=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B20BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20BCC is #4DF433. Grayscale: #525252. Windows color (decimal): -5108788 or 13372338. OLE color: 13372338.

HSL color Cylindrical-coordinate representation of color #B20BCC: hue angle of 291.92º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20BCC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 11 204 -
CMYK 0.13 0.95 0 0.2
HSL 291.92º 0.9% 0.42% -
HSV(B) 291.92º 0.95% 0.8% -
XYZ 29.38 14.06 58.29 -
YUV 82.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 178 11 204 0.13 0.95 0 0.2 291.92 0.9 0.42
Hex B2 B CC D 5F 0 14 124 5A 2A
Octal 262 13 314 15 137 0 24 444 132 52
Binary 10110010 1011 11001100 1101 1011111 0 10100 100100100 1011010 101010

Color Harmonies of #B20BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BCC

Black with #B20BCC

Text Example


Text Example

White with #B20BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BCC; }

 p { color: rgb(178,11,204); }

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

background-color css

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

 a { background-color: rgb(178,11,204); }

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

border-color css

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

 span { border-color: rgb(178,11,204); }

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