Html Css Color HEX #B11DB0 Deep Magenta

📋 copy color: '#B11DB0'

red 177 ◦ green 29 ◦ blue 176

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

Shades of Deep Magenta #B11DB0

Tints of Deep Magenta #B11DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 46.34%
G = 7.59%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B11DB0 (or 0xB11DB0) is known color: Deep Magenta. HEX triplet: B1, 1D and B0. RGB value is (177,29,176). Sum of RGB (Red+Green+Blue) = 177+29+176=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B11DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11DB0 is #4EE24F. Grayscale: #595959. Windows color (decimal): -5169744 or 11541937. OLE color: 11541937.

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

Color convert

RGB 177 29 176 -
CMYK 0 0.84 0.01 0.31
HSL 300.41º 0.72% 0.4% -
HSV(B) 300.41º 0.84% 0.69% -
XYZ 26.41 13.36 42.26 -
YUV 90.01 176.53 190.05 -
System Red Green Blue C M Y K H S L
Decimal 177 29 176 0 0.84 0.01 0.31 300.41 0.72 0.4
Hex B1 1D B0 0 54 1 1F 12C 48 28
Octal 261 35 260 0 124 1 37 454 110 50
Binary 10110001 11101 10110000 0 1010100 1 11111 100101100 1001000 101000

Color Harmonies of #B11DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DB0

Black with #B11DB0

Text Example


Text Example

White with #B11DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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