Html Css Color HEX #B519B9 Deep Magenta

📋 copy color: '#B519B9'

red 181 ◦ green 25 ◦ blue 185

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

Shades of Deep Magenta #B519B9

Tints of Deep Magenta #B519B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 46.29%
G = 6.39%
B = 47.31%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B519B9 (or 0xB519B9) is known color: Deep Magenta. HEX triplet: B5, 19 and B9. RGB value is (181,25,185). Sum of RGB (Red+Green+Blue) = 181+25+185=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #B519B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519B9 is #4AE646. Grayscale: #595959. Windows color (decimal): -4908615 or 12130741. OLE color: 12130741.

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

Color convert

RGB 181 25 185 -
CMYK 0.02 0.86 0 0.27
HSL 298.5º 0.76% 0.41% -
HSV(B) 298.5º 0.86% 0.73% -
XYZ 28.16 14.02 47.12 -
YUV 89.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 181 25 185 0.02 0.86 0 0.27 298.5 0.76 0.41
Hex B5 19 B9 2 56 0 1B 12A 4C 29
Octal 265 31 271 2 126 0 33 452 114 51
Binary 10110101 11001 10111001 10 1010110 0 11011 100101010 1001100 101001

Color Harmonies of #B519B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519B9

Black with #B519B9

Text Example


Text Example

White with #B519B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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