Html Css Color HEX #B519DB Deep Magenta

📋 copy color: '#B519DB'

red 181 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #B519DB

Tints of Deep Magenta #B519DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.88%

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

R = 42.59%
G = 5.88%
B = 51.53%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B519DB (or 0xB519DB) is known color: Deep Magenta. HEX triplet: B5, 19 and DB. RGB value is (181,25,219). Sum of RGB (Red+Green+Blue) = 181+25+219=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #B519DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DB is #4AE624. Grayscale: #5D5D5D. Windows color (decimal): -4908581 or 14358965. OLE color: 14358965.

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

Color convert

RGB 181 25 219 -
CMYK 0.17 0.89 0 0.14
HSL 288.25º 0.8% 0.48% -
HSV(B) 288.25º 0.89% 0.86% -
XYZ 32.19 15.63 68.34 -
YUV 93.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 181 25 219 0.17 0.89 0 0.14 288.25 0.8 0.48
Hex B5 19 DB 11 59 0 E 120 50 30
Octal 265 31 333 21 131 0 16 440 120 60
Binary 10110101 11001 11011011 10001 1011001 0 1110 100100000 1010000 110000

Color Harmonies of #B519DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519DB

Black with #B519DB

Text Example


Text Example

White with #B519DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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