Html Css Color HEX #B517D8 Deep Magenta

📋 copy color: '#B517D8'

red 181 ◦ green 23 ◦ blue 216

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

Shades of Deep Magenta #B517D8

Tints of Deep Magenta #B517D8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.48%

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 43.1%
G = 5.48%
B = 51.43%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B517D8 (or 0xB517D8) is known color: Deep Magenta. HEX triplet: B5, 17 and D8. RGB value is (181,23,216). Sum of RGB (Red+Green+Blue) = 181+23+216=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #B517D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517D8 is #4AE827. Grayscale: #5B5B5B. Windows color (decimal): -4909096 or 14161845. OLE color: 14161845.

HSL color Cylindrical-coordinate representation of color #B517D8: hue angle of 289.12º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B517D8 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 23 216 -
CMYK 0.16 0.89 0 0.15
HSL 289.12º 0.81% 0.47% -
HSV(B) 289.12º 0.89% 0.85% -
XYZ 31.76 15.39 66.26 -
YUV 92.24 197.85 191.31 -
System Red Green Blue C M Y K H S L
Decimal 181 23 216 0.16 0.89 0 0.15 289.12 0.81 0.47
Hex B5 17 D8 10 59 0 F 121 51 2F
Octal 265 27 330 20 131 0 17 441 121 57
Binary 10110101 10111 11011000 10000 1011001 0 1111 100100001 1010001 101111

Color Harmonies of #B517D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517D8

Black with #B517D8

Text Example


Text Example

White with #B517D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517D8; }

 p { color: rgb(181,23,216); }

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

background-color css

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

 a { background-color: rgb(181,23,216); }

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

border-color css

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

 span { border-color: rgb(181,23,216); }

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