Html Css Color HEX #B519AC Deep Magenta

📋 copy color: '#B519AC'

red 181 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #B519AC

Tints of Deep Magenta #B519AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 47.88%
G = 6.61%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B519AC (or 0xB519AC) is known color: Deep Magenta. HEX triplet: B5, 19 and AC. RGB value is (181,25,172). Sum of RGB (Red+Green+Blue) = 181+25+172=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B519AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B519AC is #4AE653. Grayscale: #575757. Windows color (decimal): -4908628 or 11278773. OLE color: 11278773.

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

Color convert

RGB 181 25 172 -
CMYK 0 0.86 0.05 0.29
HSL 303.46º 0.76% 0.4% -
HSV(B) 303.46º 0.86% 0.71% -
XYZ 26.85 13.5 40.22 -
YUV 88.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 181 25 172 0 0.86 0.05 0.29 303.46 0.76 0.4
Hex B5 19 AC 0 56 5 1D 12F 4C 28
Octal 265 31 254 0 126 5 35 457 114 50
Binary 10110101 11001 10101100 0 1010110 101 11101 100101111 1001100 101000

Color Harmonies of #B519AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519AC

Black with #B519AC

Text Example


Text Example

White with #B519AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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