Html Css Color HEX #B011BB Deep Magenta

📋 copy color: '#B011BB'

red 176 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #B011BB

Tints of Deep Magenta #B011BB

RGB

 RED value IS 176 (69.14% from 255) = 46.32%

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

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

R = 46.32%
G = 4.47%
B = 49.21%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B011BB (or 0xB011BB) is known color: Deep Magenta. HEX triplet: B0, 11 and BB. RGB value is (176,17,187). Sum of RGB (Red+Green+Blue) = 176+17+187=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #B011BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011BB is #4FEE44. Grayscale: #535353. Windows color (decimal): -5238341 or 12259760. OLE color: 12259760.

HSL color Cylindrical-coordinate representation of color #B011BB: hue angle of 296.12º 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 #B011BB is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 17 187 -
CMYK 0.06 0.91 0 0.27
HSL 296.12º 0.83% 0.4% -
HSV(B) 296.12º 0.91% 0.73% -
XYZ 27.07 13.22 48.14 -
YUV 83.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 176 17 187 0.06 0.91 0 0.27 296.12 0.83 0.4
Hex B0 11 BB 6 5B 0 1B 128 53 28
Octal 260 21 273 6 133 0 33 450 123 50
Binary 10110000 10001 10111011 110 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #B011BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011BB

Black with #B011BB

Text Example


Text Example

White with #B011BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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