Html Css Color HEX #B111BB Deep Magenta

📋 copy color: '#B111BB'

red 177 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #B111BB

Tints of Deep Magenta #B111BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.46%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 46.46%
G = 4.46%
B = 49.08%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B111BB (or 0xB111BB) is known color: Deep Magenta. HEX triplet: B1, 11 and BB. RGB value is (177,17,187). Sum of RGB (Red+Green+Blue) = 177+17+187=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #B111BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111BB is #4EEE44. Grayscale: #535353. Windows color (decimal): -5172805 or 12259761. OLE color: 12259761.

HSL color Cylindrical-coordinate representation of color #B111BB: hue angle of 296.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111BB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 17 187 -
CMYK 0.05 0.91 0 0.27
HSL 296.47º 0.83% 0.4% -
HSV(B) 296.47º 0.91% 0.73% -
XYZ 27.3 13.34 48.15 -
YUV 84.22 186.01 194.18 -
System Red Green Blue C M Y K H S L
Decimal 177 17 187 0.05 0.91 0 0.27 296.47 0.83 0.4
Hex B1 11 BB 5 5B 0 1B 128 53 28
Octal 261 21 273 5 133 0 33 450 123 50
Binary 10110001 10001 10111011 101 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #B111BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111BB

Black with #B111BB

Text Example


Text Example

White with #B111BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111BB; }

 p { color: rgb(177,17,187); }

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

background-color css

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

 a { background-color: rgb(177,17,187); }

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

border-color css

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

 span { border-color: rgb(177,17,187); }

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