Html Css Color HEX #B20CC9 Deep Magenta

📋 copy color: '#B20CC9'

red 178 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #B20CC9

Tints of Deep Magenta #B20CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.41%

R = 45.52%
G = 3.07%
B = 51.41%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B20CC9 (or 0xB20CC9) is known color: Deep Magenta. HEX triplet: B2, 0C and C9. RGB value is (178,12,201). Sum of RGB (Red+Green+Blue) = 178+12+201=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B20CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC9 is #4DF336. Grayscale: #525252. Windows color (decimal): -5108535 or 13175986. OLE color: 13175986.

HSL color Cylindrical-coordinate representation of color #B20CC9: hue angle of 292.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CC9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 12 201 -
CMYK 0.11 0.94 0 0.21
HSL 292.7º 0.89% 0.42% -
HSV(B) 292.7º 0.94% 0.79% -
XYZ 29.03 13.94 56.42 -
YUV 83.18 194.5 195.63 -
System Red Green Blue C M Y K H S L
Decimal 178 12 201 0.11 0.94 0 0.21 292.7 0.89 0.42
Hex B2 C C9 B 5E 0 15 125 59 2A
Octal 262 14 311 13 136 0 25 445 131 52
Binary 10110010 1100 11001001 1011 1011110 0 10101 100100101 1011001 101010

Color Harmonies of #B20CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CC9

Black with #B20CC9

Text Example


Text Example

White with #B20CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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