Html Css Color HEX #B519DE Deep Magenta

📋 copy color: '#B519DE'

red 181 ◦ green 25 ◦ blue 222

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

Shades of Deep Magenta #B519DE

Tints of Deep Magenta #B519DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.87%

R = 42.29%
G = 5.84%
B = 51.87%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B519DE (or 0xB519DE) is known color: Deep Magenta. HEX triplet: B5, 19 and DE. RGB value is (181,25,222). Sum of RGB (Red+Green+Blue) = 181+25+222=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #B519DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DE is #4AE621. Grayscale: #5D5D5D. Windows color (decimal): -4908578 or 14555573. OLE color: 14555573.

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

Color convert

RGB 181 25 222 -
CMYK 0.18 0.89 0 0.13
HSL 287.51º 0.8% 0.48% -
HSV(B) 287.51º 0.89% 0.87% -
XYZ 32.59 15.79 70.44 -
YUV 94.1 200.18 189.98 -
System Red Green Blue C M Y K H S L
Decimal 181 25 222 0.18 0.89 0 0.13 287.51 0.8 0.48
Hex B5 19 DE 12 59 0 D 120 50 30
Octal 265 31 336 22 131 0 15 440 120 60
Binary 10110101 11001 11011110 10010 1011001 0 1101 100100000 1010000 110000

Color Harmonies of #B519DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519DE

Black with #B519DE

Text Example


Text Example

White with #B519DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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