Html Css Color HEX #B11CAC Deep Magenta

📋 copy color: '#B11CAC'

red 177 ◦ green 28 ◦ blue 172

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

Shades of Deep Magenta #B11CAC

Tints of Deep Magenta #B11CAC

RGB

 RED value IS 177 (69.53% from 255) = 46.95%

 GREEN value IS 28 (11.33% from 255) = 7.43%

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

R = 46.95%
G = 7.43%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B11CAC (or 0xB11CAC) is known color: Deep Magenta. HEX triplet: B1, 1C and AC. RGB value is (177,28,172). Sum of RGB (Red+Green+Blue) = 177+28+172=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CAC is #4EE353. Grayscale: #585858. Windows color (decimal): -5170004 or 11279537. OLE color: 11279537.

HSL color Cylindrical-coordinate representation of color #B11CAC: hue angle of 302.01º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11CAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 172 -
CMYK 0 0.84 0.03 0.31
HSL 302.01º 0.73% 0.4% -
HSV(B) 302.01º 0.84% 0.69% -
XYZ 25.99 13.16 40.2 -
YUV 88.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 177 28 172 0 0.84 0.03 0.31 302.01 0.73 0.4
Hex B1 1C AC 0 54 3 1F 12E 49 28
Octal 261 34 254 0 124 3 37 456 111 50
Binary 10110001 11100 10101100 0 1010100 11 11111 100101110 1001001 101000

Color Harmonies of #B11CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CAC

Black with #B11CAC

Text Example


Text Example

White with #B11CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CAC; }

 p { color: rgb(177,28,172); }

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

background-color css

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

 a { background-color: rgb(177,28,172); }

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

border-color css

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

 span { border-color: rgb(177,28,172); }

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