Html Css Color HEX #B519BA Deep Magenta

📋 copy color: '#B519BA'

red 181 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #B519BA

Tints of Deep Magenta #B519BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 46.17%
G = 6.38%
B = 47.45%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B519BA (or 0xB519BA) is known color: Deep Magenta. HEX triplet: B5, 19 and BA. RGB value is (181,25,186). Sum of RGB (Red+Green+Blue) = 181+25+186=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #B519BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519BA is #4AE645. Grayscale: #595959. Windows color (decimal): -4908614 or 12196277. OLE color: 12196277.

HSL color Cylindrical-coordinate representation of color #B519BA: hue angle of 298.14º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B519BA is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 25 186 -
CMYK 0.03 0.87 0 0.27
HSL 298.14º 0.76% 0.41% -
HSV(B) 298.14º 0.87% 0.73% -
XYZ 28.27 14.06 47.68 -
YUV 90 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 181 25 186 0.03 0.87 0 0.27 298.14 0.76 0.41
Hex B5 19 BA 3 57 0 1B 12A 4C 29
Octal 265 31 272 3 127 0 33 452 114 51
Binary 10110101 11001 10111010 11 1010111 0 11011 100101010 1001100 101001

Color Harmonies of #B519BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519BA

Black with #B519BA

Text Example


Text Example

White with #B519BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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