Html Css Color HEX #B519CF Deep Magenta

📋 copy color: '#B519CF'

red 181 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #B519CF

Tints of Deep Magenta #B519CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 43.83%
G = 6.05%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B519CF (or 0xB519CF) is known color: Deep Magenta. HEX triplet: B5, 19 and CF. RGB value is (181,25,207). Sum of RGB (Red+Green+Blue) = 181+25+207=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B519CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519CF is #4AE630. Grayscale: #5B5B5B. Windows color (decimal): -4908593 or 13572533. OLE color: 13572533.

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

Color convert

RGB 181 25 207 -
CMYK 0.13 0.88 0 0.19
HSL 291.43º 0.78% 0.45% -
HSV(B) 291.43º 0.88% 0.81% -
XYZ 30.67 15.02 60.32 -
YUV 92.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 181 25 207 0.13 0.88 0 0.19 291.43 0.78 0.45
Hex B5 19 CF D 58 0 13 123 4E 2D
Octal 265 31 317 15 130 0 23 443 116 55
Binary 10110101 11001 11001111 1101 1011000 0 10011 100100011 1001110 101101

Color Harmonies of #B519CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519CF

Black with #B519CF

Text Example


Text Example

White with #B519CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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