Html Css Color HEX #B519CE Deep Magenta

📋 copy color: '#B519CE'

red 181 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #B519CE

Tints of Deep Magenta #B519CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 43.93%
G = 6.07%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B519CE (or 0xB519CE) is known color: Deep Magenta. HEX triplet: B5, 19 and CE. RGB value is (181,25,206). Sum of RGB (Red+Green+Blue) = 181+25+206=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B519CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CE is #4AE631. Grayscale: #5B5B5B. Windows color (decimal): -4908594 or 13506997. OLE color: 13506997.

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

Color convert

RGB 181 25 206 -
CMYK 0.12 0.88 0 0.19
HSL 291.71º 0.78% 0.45% -
HSV(B) 291.71º 0.88% 0.81% -
XYZ 30.54 14.98 59.67 -
YUV 92.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 181 25 206 0.12 0.88 0 0.19 291.71 0.78 0.45
Hex B5 19 CE C 58 0 13 124 4E 2D
Octal 265 31 316 14 130 0 23 444 116 55
Binary 10110101 11001 11001110 1100 1011000 0 10011 100100100 1001110 101101

Color Harmonies of #B519CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519CE

Black with #B519CE

Text Example


Text Example

White with #B519CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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