Html Css Color HEX #B515DB Deep Magenta

📋 copy color: '#B515DB'

red 181 ◦ green 21 ◦ blue 219

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

Shades of Deep Magenta #B515DB

Tints of Deep Magenta #B515DB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.99%

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

R = 42.99%
G = 4.99%
B = 52.02%

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

#B515DB (or 0xB515DB) is known color: Deep Magenta. HEX triplet: B5, 15 and DB. RGB value is (181,21,219). Sum of RGB (Red+Green+Blue) = 181+21+219=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B515DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515DB is #4AEA24. Grayscale: #5A5A5A. Windows color (decimal): -4909605 or 14357941. OLE color: 14357941.

HSL color Cylindrical-coordinate representation of color #B515DB: hue angle of 288.48º 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 #B515DB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 21 219 -
CMYK 0.17 0.90 0 0.14
HSL 288.48º 0.83% 0.47% -
HSV(B) 288.48º 0.9% 0.86% -
XYZ 32.11 15.47 68.31 -
YUV 91.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 181 21 219 0.17 0.90 0 0.14 288.48 0.83 0.47
Hex B5 15 DB 11 5A 0 E 120 52 2F
Octal 265 25 333 21 132 0 16 440 122 57
Binary 10110101 10101 11011011 10001 1011010 0 1110 100100000 1010010 101111

Color Harmonies of #B515DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515DB

Black with #B515DB

Text Example


Text Example

White with #B515DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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