Html Css Color HEX #B519CC Deep Magenta

📋 copy color: '#B519CC'

red 181 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #B519CC

Tints of Deep Magenta #B519CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 44.15%
G = 6.1%
B = 49.76%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B519CC (or 0xB519CC) is known color: Deep Magenta. HEX triplet: B5, 19 and CC. RGB value is (181,25,204). Sum of RGB (Red+Green+Blue) = 181+25+204=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #B519CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CC is #4AE633. Grayscale: #5B5B5B. Windows color (decimal): -4908596 or 13375925. OLE color: 13375925.

HSL color Cylindrical-coordinate representation of color #B519CC: hue angle of 292.29º 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 #B519CC is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 25 204 -
CMYK 0.11 0.88 0 0.2
HSL 292.29º 0.78% 0.45% -
HSV(B) 292.29º 0.88% 0.8% -
XYZ 30.3 14.88 58.4 -
YUV 92.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 181 25 204 0.11 0.88 0 0.2 292.29 0.78 0.45
Hex B5 19 CC B 58 0 14 124 4E 2D
Octal 265 31 314 13 130 0 24 444 116 55
Binary 10110101 11001 11001100 1011 1011000 0 10100 100100100 1001110 101101

Color Harmonies of #B519CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519CC

Black with #B519CC

Text Example


Text Example

White with #B519CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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