Html Css Color HEX #B519BF Deep Magenta

📋 copy color: '#B519BF'

red 181 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #B519BF

Tints of Deep Magenta #B519BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 45.59%
G = 6.3%
B = 48.11%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B519BF (or 0xB519BF) is known color: Deep Magenta. HEX triplet: B5, 19 and BF. RGB value is (181,25,191). Sum of RGB (Red+Green+Blue) = 181+25+191=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #B519BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519BF is #4AE640. Grayscale: #5A5A5A. Windows color (decimal): -4908609 or 12523957. OLE color: 12523957.

HSL color Cylindrical-coordinate representation of color #B519BF: hue angle of 296.39º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B519BF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 25 191 -
CMYK 0.05 0.87 0 0.25
HSL 296.39º 0.77% 0.42% -
HSV(B) 296.39º 0.87% 0.75% -
XYZ 28.81 14.28 50.53 -
YUV 90.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 181 25 191 0.05 0.87 0 0.25 296.39 0.77 0.42
Hex B5 19 BF 5 57 0 19 128 4D 2A
Octal 265 31 277 5 127 0 31 450 115 52
Binary 10110101 11001 10111111 101 1010111 0 11001 100101000 1001101 101010

Color Harmonies of #B519BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519BF

Black with #B519BF

Text Example


Text Example

White with #B519BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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