Html Css Color HEX #B519AB Deep Magenta

📋 copy color: '#B519AB'

red 181 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B519AB

Tints of Deep Magenta #B519AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 48.01%
G = 6.63%
B = 45.36%

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

#B519AB (or 0xB519AB) is known color: Deep Magenta. HEX triplet: B5, 19 and AB. RGB value is (181,25,171). Sum of RGB (Red+Green+Blue) = 181+25+171=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AB is #4AE654. Grayscale: #575757. Windows color (decimal): -4908629 or 11213237. OLE color: 11213237.

HSL color Cylindrical-coordinate representation of color #B519AB: hue angle of 303.85º 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 #B519AB is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 171 -
CMYK 0 0.86 0.06 0.29
HSL 303.85º 0.76% 0.4% -
HSV(B) 303.85º 0.86% 0.71% -
XYZ 26.75 13.46 39.72 -
YUV 88.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 181 25 171 0 0.86 0.06 0.29 303.85 0.76 0.4
Hex B5 19 AB 0 56 6 1D 130 4C 28
Octal 265 31 253 0 126 6 35 460 114 50
Binary 10110101 11001 10101011 0 1010110 110 11101 100110000 1001100 101000

Color Harmonies of #B519AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519AB

Black with #B519AB

Text Example


Text Example

White with #B519AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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