Html Css Color HEX #B511BB Deep Magenta

📋 copy color: '#B511BB'

red 181 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #B511BB

Tints of Deep Magenta #B511BB

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

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

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

R = 47.01%
G = 4.42%
B = 48.57%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B511BB (or 0xB511BB) is known color: Deep Magenta. HEX triplet: B5, 11 and BB. RGB value is (181,17,187). Sum of RGB (Red+Green+Blue) = 181+17+187=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B511BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BB is #4AEE44. Grayscale: #545454. Windows color (decimal): -4910661 or 12259765. OLE color: 12259765.

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

Color convert

RGB 181 17 187 -
CMYK 0.03 0.91 0 0.27
HSL 297.88º 0.83% 0.4% -
HSV(B) 297.88º 0.91% 0.73% -
XYZ 28.23 13.81 48.19 -
YUV 85.42 185.33 196.18 -
System Red Green Blue C M Y K H S L
Decimal 181 17 187 0.03 0.91 0 0.27 297.88 0.83 0.4
Hex B5 11 BB 3 5B 0 1B 12A 53 28
Octal 265 21 273 3 133 0 33 452 123 50
Binary 10110101 10001 10111011 11 1011011 0 11011 100101010 1010011 101000

Color Harmonies of #B511BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511BB

Black with #B511BB

Text Example


Text Example

White with #B511BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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