Html Css Color HEX #B11AB4 Deep Magenta

📋 copy color: '#B11AB4'

red 177 ◦ green 26 ◦ blue 180

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

Shades of Deep Magenta #B11AB4

Tints of Deep Magenta #B11AB4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 180 (70.7% from 255) = 47%

R = 46.21%
G = 6.79%
B = 47%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B11AB4 (or 0xB11AB4) is known color: Deep Magenta. HEX triplet: B1, 1A and B4. RGB value is (177,26,180). Sum of RGB (Red+Green+Blue) = 177+26+180=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #B11AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11AB4 is #4EE54B. Grayscale: #585858. Windows color (decimal): -5170508 or 11803313. OLE color: 11803313.

HSL color Cylindrical-coordinate representation of color #B11AB4: hue angle of 298.83º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11AB4 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 26 180 -
CMYK 0.02 0.86 0 0.29
HSL 298.83º 0.75% 0.4% -
HSV(B) 298.83º 0.86% 0.71% -
XYZ 26.74 13.38 44.35 -
YUV 88.71 179.53 190.98 -
System Red Green Blue C M Y K H S L
Decimal 177 26 180 0.02 0.86 0 0.29 298.83 0.75 0.4
Hex B1 1A B4 2 56 0 1D 12B 4B 28
Octal 261 32 264 2 126 0 35 453 113 50
Binary 10110001 11010 10110100 10 1010110 0 11101 100101011 1001011 101000

Color Harmonies of #B11AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11AB4

Black with #B11AB4

Text Example


Text Example

White with #B11AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11AB4; }

 p { color: rgb(177,26,180); }

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

background-color css

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

 a { background-color: rgb(177,26,180); }

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

border-color css

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

 span { border-color: rgb(177,26,180); }

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