Html Css Color HEX #B11DB3 Deep Magenta

📋 copy color: '#B11DB3'

red 177 ◦ green 29 ◦ blue 179

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

Shades of Deep Magenta #B11DB3

Tints of Deep Magenta #B11DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 45.97%
G = 7.53%
B = 46.49%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B11DB3 (or 0xB11DB3) is known color: Deep Magenta. HEX triplet: B1, 1D and B3. RGB value is (177,29,179). Sum of RGB (Red+Green+Blue) = 177+29+179=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #B11DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DB3 is #4EE24C. Grayscale: #595959. Windows color (decimal): -5169741 or 11738545. OLE color: 11738545.

HSL color Cylindrical-coordinate representation of color #B11DB3: hue angle of 299.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11DB3 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 29 179 -
CMYK 0.01 0.84 0 0.30
HSL 299.2º 0.72% 0.41% -
HSV(B) 299.2º 0.84% 0.7% -
XYZ 26.71 13.48 43.84 -
YUV 90.35 178.03 189.8 -
System Red Green Blue C M Y K H S L
Decimal 177 29 179 0.01 0.84 0 0.30 299.2 0.72 0.41
Hex B1 1D B3 1 54 0 1E 12B 48 29
Octal 261 35 263 1 124 0 36 453 110 51
Binary 10110001 11101 10110011 1 1010100 0 11110 100101011 1001000 101001

Color Harmonies of #B11DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DB3

Black with #B11DB3

Text Example


Text Example

White with #B11DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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