Html Css Color HEX #B511DB Deep Magenta

📋 copy color: '#B511DB'

red 181 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #B511DB

Tints of Deep Magenta #B511DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.52%

R = 43.41%
G = 4.08%
B = 52.52%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B511DB (or 0xB511DB) is known color: Deep Magenta. HEX triplet: B5, 11 and DB. RGB value is (181,17,219). Sum of RGB (Red+Green+Blue) = 181+17+219=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #B511DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511DB is #4AEE24. Grayscale: #585858. Windows color (decimal): -4910629 or 14356917. OLE color: 14356917.

HSL color Cylindrical-coordinate representation of color #B511DB: hue angle of 288.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511DB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 17 219 -
CMYK 0.17 0.92 0 0.14
HSL 288.71º 0.86% 0.46% -
HSV(B) 288.71º 0.92% 0.86% -
XYZ 32.04 15.34 68.29 -
YUV 89.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 181 17 219 0.17 0.92 0 0.14 288.71 0.86 0.46
Hex B5 11 DB 11 5C 0 E 121 56 2E
Octal 265 21 333 21 134 0 16 441 126 56
Binary 10110101 10001 11011011 10001 1011100 0 1110 100100001 1010110 101110

Color Harmonies of #B511DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511DB

Black with #B511DB

Text Example


Text Example

White with #B511DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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