Html Css Color HEX #B11DAC Deep Magenta

📋 copy color: '#B11DAC'

red 177 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #B11DAC

Tints of Deep Magenta #B11DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.67%

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

R = 46.83%
G = 7.67%
B = 45.5%

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

#B11DAC (or 0xB11DAC) is known color: Deep Magenta. HEX triplet: B1, 1D and AC. RGB value is (177,29,172). Sum of RGB (Red+Green+Blue) = 177+29+172=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B11DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DAC is #4EE253. Grayscale: #595959. Windows color (decimal): -5169748 or 11279793. OLE color: 11279793.

HSL color Cylindrical-coordinate representation of color #B11DAC: hue angle of 302.03º degrees, saturation: 0.72, 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 #B11DAC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 29 172 -
CMYK 0 0.84 0.03 0.31
HSL 302.03º 0.72% 0.4% -
HSV(B) 302.03º 0.84% 0.69% -
XYZ 26.02 13.2 40.21 -
YUV 89.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 177 29 172 0 0.84 0.03 0.31 302.03 0.72 0.4
Hex B1 1D AC 0 54 3 1F 12E 48 28
Octal 261 35 254 0 124 3 37 456 110 50
Binary 10110001 11101 10101100 0 1010100 11 11111 100101110 1001000 101000

Color Harmonies of #B11DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DAC

Black with #B11DAC

Text Example


Text Example

White with #B11DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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