Html Css Color HEX #B519C9 Deep Magenta

📋 copy color: '#B519C9'

red 181 ◦ green 25 ◦ blue 201

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

Shades of Deep Magenta #B519C9

Tints of Deep Magenta #B519C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 44.47%
G = 6.14%
B = 49.39%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B519C9 (or 0xB519C9) is known color: Deep Magenta. HEX triplet: B5, 19 and C9. RGB value is (181,25,201). Sum of RGB (Red+Green+Blue) = 181+25+201=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #B519C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519C9 is #4AE636. Grayscale: #5B5B5B. Windows color (decimal): -4908599 or 13179317. OLE color: 13179317.

HSL color Cylindrical-coordinate representation of color #B519C9: hue angle of 293.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519C9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 25 201 -
CMYK 0.10 0.88 0 0.21
HSL 293.18º 0.78% 0.44% -
HSV(B) 293.18º 0.88% 0.79% -
XYZ 29.95 14.74 56.52 -
YUV 91.71 189.68 191.69 -
System Red Green Blue C M Y K H S L
Decimal 181 25 201 0.10 0.88 0 0.21 293.18 0.78 0.44
Hex B5 19 C9 A 58 0 15 125 4E 2C
Octal 265 31 311 12 130 0 25 445 116 54
Binary 10110101 11001 11001001 1010 1011000 0 10101 100100101 1001110 101100

Color Harmonies of #B519C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519C9

Black with #B519C9

Text Example


Text Example

White with #B519C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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