Html Css Color HEX #B511DC Deep Magenta

📋 copy color: '#B511DC'

red 181 ◦ green 17 ◦ blue 220

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

Shades of Deep Magenta #B511DC

Tints of Deep Magenta #B511DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 43.3%
G = 4.07%
B = 52.63%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B511DC (or 0xB511DC) is known color: Deep Magenta. HEX triplet: B5, 11 and DC. RGB value is (181,17,220). Sum of RGB (Red+Green+Blue) = 181+17+220=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #B511DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511DC is #4AEE23. Grayscale: #585858. Windows color (decimal): -4910628 or 14422453. OLE color: 14422453.

HSL color Cylindrical-coordinate representation of color #B511DC: hue angle of 288.47º 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 #B511DC is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 17 220 -
CMYK 0.18 0.92 0 0.14
HSL 288.47º 0.86% 0.46% -
HSV(B) 288.47º 0.92% 0.86% -
XYZ 32.17 15.39 68.99 -
YUV 89.18 201.83 193.49 -
System Red Green Blue C M Y K H S L
Decimal 181 17 220 0.18 0.92 0 0.14 288.47 0.86 0.46
Hex B5 11 DC 12 5C 0 E 120 56 2E
Octal 265 21 334 22 134 0 16 440 126 56
Binary 10110101 10001 11011100 10010 1011100 0 1110 100100000 1010110 101110

Color Harmonies of #B511DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511DC

Black with #B511DC

Text Example


Text Example

White with #B511DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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