Html Css Color HEX #B519C5 Deep Magenta

📋 copy color: '#B519C5'

red 181 ◦ green 25 ◦ blue 197

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

Shades of Deep Magenta #B519C5

Tints of Deep Magenta #B519C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 48.88%

R = 44.91%
G = 6.2%
B = 48.88%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B519C5 (or 0xB519C5) is known color: Deep Magenta. HEX triplet: B5, 19 and C5. RGB value is (181,25,197). Sum of RGB (Red+Green+Blue) = 181+25+197=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 197 (77.34% from 255 or 48.88% from 403); Max value from RGB is 197 - color contains mainly: blue. Hex color #B519C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519C5 is #4AE63A. Grayscale: #5A5A5A. Windows color (decimal): -4908603 or 12917173. OLE color: 12917173.

HSL color Cylindrical-coordinate representation of color #B519C5: hue angle of 294.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B519C5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 25 197 -
CMYK 0.08 0.87 0 0.23
HSL 294.42º 0.77% 0.44% -
HSV(B) 294.42º 0.87% 0.77% -
XYZ 29.48 14.55 54.08 -
YUV 91.25 187.68 192.01 -
System Red Green Blue C M Y K H S L
Decimal 181 25 197 0.08 0.87 0 0.23 294.42 0.77 0.44
Hex B5 19 C5 8 57 0 17 126 4D 2C
Octal 265 31 305 10 127 0 27 446 115 54
Binary 10110101 11001 11000101 1000 1010111 0 10111 100100110 1001101 101100

Color Harmonies of #B519C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519C5

Black with #B519C5

Text Example


Text Example

White with #B519C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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