Html Css Color HEX #B516DB Deep Magenta

📋 copy color: '#B516DB'

red 181 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #B516DB

Tints of Deep Magenta #B516DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.21%

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

R = 42.89%
G = 5.21%
B = 51.9%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B516DB (or 0xB516DB) is known color: Deep Magenta. HEX triplet: B5, 16 and DB. RGB value is (181,22,219). Sum of RGB (Red+Green+Blue) = 181+22+219=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B516DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516DB is #4AE924. Grayscale: #5B5B5B. Windows color (decimal): -4909349 or 14358197. OLE color: 14358197.

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

Color convert

RGB 181 22 219 -
CMYK 0.17 0.90 0 0.14
HSL 288.43º 0.82% 0.47% -
HSV(B) 288.43º 0.9% 0.86% -
XYZ 32.13 15.51 68.32 -
YUV 92 199.68 191.48 -
System Red Green Blue C M Y K H S L
Decimal 181 22 219 0.17 0.90 0 0.14 288.43 0.82 0.47
Hex B5 16 DB 11 5A 0 E 120 52 2F
Octal 265 26 333 21 132 0 16 440 122 57
Binary 10110101 10110 11011011 10001 1011010 0 1110 100100000 1010010 101111

Color Harmonies of #B516DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516DB

Black with #B516DB

Text Example


Text Example

White with #B516DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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