Html Css Color HEX #B20BAC Deep Magenta

📋 copy color: '#B20BAC'

red 178 ◦ green 11 ◦ blue 172

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

Shades of Deep Magenta #B20BAC

Tints of Deep Magenta #B20BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 49.31%
G = 3.05%
B = 47.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B20BAC (or 0xB20BAC) is known color: Deep Magenta. HEX triplet: B2, 0B and AC. RGB value is (178,11,172). Sum of RGB (Red+Green+Blue) = 178+11+172=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B20BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20BAC is #4DF453. Grayscale: #4E4E4E. Windows color (decimal): -5108820 or 11275186. OLE color: 11275186.

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

Color convert

RGB 178 11 172 -
CMYK 0 0.94 0.03 0.30
HSL 302.16º 0.88% 0.37% -
HSV(B) 302.16º 0.94% 0.7% -
XYZ 25.93 12.68 40.11 -
YUV 79.29 180.33 198.41 -
System Red Green Blue C M Y K H S L
Decimal 178 11 172 0 0.94 0.03 0.30 302.16 0.88 0.37
Hex B2 B AC 0 5E 3 1E 12E 58 25
Octal 262 13 254 0 136 3 36 456 130 45
Binary 10110010 1011 10101100 0 1011110 11 11110 100101110 1011000 100101

Color Harmonies of #B20BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20BAC

Black with #B20BAC

Text Example


Text Example

White with #B20BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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