Html Css Color HEX #B519AA Deep Magenta

📋 copy color: '#B519AA'

red 181 ◦ green 25 ◦ blue 170

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

Shades of Deep Magenta #B519AA

Tints of Deep Magenta #B519AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 48.14%
G = 6.65%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B519AA (or 0xB519AA) is known color: Deep Magenta. HEX triplet: B5, 19 and AA. RGB value is (181,25,170). Sum of RGB (Red+Green+Blue) = 181+25+170=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AA is #4AE655. Grayscale: #575757. Windows color (decimal): -4908630 or 11147701. OLE color: 11147701.

HSL color Cylindrical-coordinate representation of color #B519AA: hue angle of 304.23º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B519AA is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 170 -
CMYK 0 0.86 0.06 0.29
HSL 304.23º 0.76% 0.4% -
HSV(B) 304.23º 0.86% 0.71% -
XYZ 26.66 13.42 39.22 -
YUV 88.17 174.18 194.21 -
System Red Green Blue C M Y K H S L
Decimal 181 25 170 0 0.86 0.06 0.29 304.23 0.76 0.4
Hex B5 19 AA 0 56 6 1D 130 4C 28
Octal 265 31 252 0 126 6 35 460 114 50
Binary 10110101 11001 10101010 0 1010110 110 11101 100110000 1001100 101000

Color Harmonies of #B519AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519AA

Black with #B519AA

Text Example


Text Example

White with #B519AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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