Html Css Color HEX #B11DB6 Deep Magenta

📋 copy color: '#B11DB6'

red 177 ◦ green 29 ◦ blue 182

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

Shades of Deep Magenta #B11DB6

Tints of Deep Magenta #B11DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.91%

R = 45.62%
G = 7.47%
B = 46.91%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B11DB6 (or 0xB11DB6) is known color: Deep Magenta. HEX triplet: B1, 1D and B6. RGB value is (177,29,182). Sum of RGB (Red+Green+Blue) = 177+29+182=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 29 (11.72% from 255 or 7.47% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #B11DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DB6 is #4EE249. Grayscale: #5A5A5A. Windows color (decimal): -5169738 or 11935153. OLE color: 11935153.

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

Color convert

RGB 177 29 182 -
CMYK 0.03 0.84 0 0.29
HSL 298.04º 0.73% 0.41% -
HSV(B) 298.04º 0.84% 0.71% -
XYZ 27.01 13.6 45.46 -
YUV 90.69 179.53 189.56 -
System Red Green Blue C M Y K H S L
Decimal 177 29 182 0.03 0.84 0 0.29 298.04 0.73 0.41
Hex B1 1D B6 3 54 0 1D 12A 49 29
Octal 261 35 266 3 124 0 35 452 111 51
Binary 10110001 11101 10110110 11 1010100 0 11101 100101010 1001001 101001

Color Harmonies of #B11DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DB6

Black with #B11DB6

Text Example


Text Example

White with #B11DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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