Html Css Color HEX #B20CA8 Deep Magenta

📋 copy color: '#B20CA8'

red 178 ◦ green 12 ◦ blue 168

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

Shades of Deep Magenta #B20CA8

Tints of Deep Magenta #B20CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.93%

R = 49.72%
G = 3.35%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B20CA8 (or 0xB20CA8) is known color: Deep Magenta. HEX triplet: B2, 0C and A8. RGB value is (178,12,168). Sum of RGB (Red+Green+Blue) = 178+12+168=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B20CA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20CA8 is #4DF357. Grayscale: #4E4E4E. Windows color (decimal): -5108568 or 11013298. OLE color: 11013298.

HSL color Cylindrical-coordinate representation of color #B20CA8: hue angle of 303.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20CA8 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 168 -
CMYK 0 0.93 0.06 0.30
HSL 303.61º 0.87% 0.37% -
HSV(B) 303.61º 0.93% 0.7% -
XYZ 25.56 12.56 38.12 -
YUV 79.42 178 198.32 -
System Red Green Blue C M Y K H S L
Decimal 178 12 168 0 0.93 0.06 0.30 303.61 0.87 0.37
Hex B2 C A8 0 5D 6 1E 130 57 25
Octal 262 14 250 0 135 6 36 460 127 45
Binary 10110010 1100 10101000 0 1011101 110 11110 100110000 1010111 100101

Color Harmonies of #B20CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20CA8

Black with #B20CA8

Text Example


Text Example

White with #B20CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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