Html Css Color HEX #B20CC3 Deep Magenta

📋 copy color: '#B20CC3'

red 178 ◦ green 12 ◦ blue 195

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

Shades of Deep Magenta #B20CC3

Tints of Deep Magenta #B20CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 50.65%

R = 46.23%
G = 3.12%
B = 50.65%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B20CC3 (or 0xB20CC3) is known color: Deep Magenta. HEX triplet: B2, 0C and C3. RGB value is (178,12,195). Sum of RGB (Red+Green+Blue) = 178+12+195=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 195 (76.56% from 255 or 50.65% from 385); Max value from RGB is 195 - color contains mainly: blue. Hex color #B20CC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B20CC3 is #4DF33C. Grayscale: #515151. Windows color (decimal): -5108541 or 12782770. OLE color: 12782770.

HSL color Cylindrical-coordinate representation of color #B20CC3: hue angle of 294.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20CC3 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 12 195 -
CMYK 0.09 0.94 0 0.24
HSL 294.43º 0.88% 0.41% -
HSV(B) 294.43º 0.94% 0.76% -
XYZ 28.34 13.67 52.77 -
YUV 82.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 178 12 195 0.09 0.94 0 0.24 294.43 0.88 0.41
Hex B2 C C3 9 5E 0 18 126 58 29
Octal 262 14 303 11 136 0 30 446 130 51
Binary 10110010 1100 11000011 1001 1011110 0 11000 100100110 1011000 101001

Color Harmonies of #B20CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CC3

Black with #B20CC3

Text Example


Text Example

White with #B20CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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