Html Css Color HEX #B517DB Deep Magenta

📋 copy color: '#B517DB'

red 181 ◦ green 23 ◦ blue 219

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

Shades of Deep Magenta #B517DB

Tints of Deep Magenta #B517DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 42.79%
G = 5.44%
B = 51.77%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B517DB (or 0xB517DB) is known color: Deep Magenta. HEX triplet: B5, 17 and DB. RGB value is (181,23,219). Sum of RGB (Red+Green+Blue) = 181+23+219=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B517DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B517DB is #4AE824. Grayscale: #5B5B5B. Windows color (decimal): -4909093 or 14358453. OLE color: 14358453.

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

Color convert

RGB 181 23 219 -
CMYK 0.17 0.89 0 0.14
HSL 288.37º 0.81% 0.47% -
HSV(B) 288.37º 0.89% 0.86% -
XYZ 32.15 15.55 68.33 -
YUV 92.59 199.35 191.06 -
System Red Green Blue C M Y K H S L
Decimal 181 23 219 0.17 0.89 0 0.14 288.37 0.81 0.47
Hex B5 17 DB 11 59 0 E 120 51 2F
Octal 265 27 333 21 131 0 16 440 121 57
Binary 10110101 10111 11011011 10001 1011001 0 1110 100100000 1010001 101111

Color Harmonies of #B517DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517DB

Black with #B517DB

Text Example


Text Example

White with #B517DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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