Html Css Color HEX #B519DA Deep Magenta

📋 copy color: '#B519DA'

red 181 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #B519DA

Tints of Deep Magenta #B519DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 42.69%
G = 5.9%
B = 51.42%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B519DA (or 0xB519DA) is known color: Deep Magenta. HEX triplet: B5, 19 and DA. RGB value is (181,25,218). Sum of RGB (Red+Green+Blue) = 181+25+218=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #B519DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519DA is #4AE625. Grayscale: #5D5D5D. Windows color (decimal): -4908582 or 14293429. OLE color: 14293429.

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

Color convert

RGB 181 25 218 -
CMYK 0.17 0.89 0 0.15
HSL 288.5º 0.79% 0.48% -
HSV(B) 288.5º 0.89% 0.85% -
XYZ 32.06 15.58 67.65 -
YUV 93.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 181 25 218 0.17 0.89 0 0.15 288.5 0.79 0.48
Hex B5 19 DA 11 59 0 F 120 4F 30
Octal 265 31 332 21 131 0 17 440 117 60
Binary 10110101 11001 11011010 10001 1011001 0 1111 100100000 1001111 110000

Color Harmonies of #B519DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519DA

Black with #B519DA

Text Example


Text Example

White with #B519DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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