Html Css Color HEX #B519CD Deep Magenta

📋 copy color: '#B519CD'

red 181 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #B519CD

Tints of Deep Magenta #B519CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 44.04%
G = 6.08%
B = 49.88%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B519CD (or 0xB519CD) is known color: Deep Magenta. HEX triplet: B5, 19 and CD. RGB value is (181,25,205). Sum of RGB (Red+Green+Blue) = 181+25+205=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #B519CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CD is #4AE632. Grayscale: #5B5B5B. Windows color (decimal): -4908595 or 13441461. OLE color: 13441461.

HSL color Cylindrical-coordinate representation of color #B519CD: hue angle of 292º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B519CD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 25 205 -
CMYK 0.12 0.88 0 0.20
HSL 292º 0.78% 0.45% -
HSV(B) 292º 0.88% 0.8% -
XYZ 30.42 14.93 59.04 -
YUV 92.16 191.68 191.36 -
System Red Green Blue C M Y K H S L
Decimal 181 25 205 0.12 0.88 0 0.20 292 0.78 0.45
Hex B5 19 CD C 58 0 14 124 4E 2D
Octal 265 31 315 14 130 0 24 444 116 55
Binary 10110101 11001 11001101 1100 1011000 0 10100 100100100 1001110 101101

Color Harmonies of #B519CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519CD

Black with #B519CD

Text Example


Text Example

White with #B519CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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