Html Css Color HEX #B513DB Deep Magenta

📋 copy color: '#B513DB'

red 181 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #B513DB

Tints of Deep Magenta #B513DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.53%

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

R = 43.2%
G = 4.53%
B = 52.27%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B513DB (or 0xB513DB) is known color: Deep Magenta. HEX triplet: B5, 13 and DB. RGB value is (181,19,219). Sum of RGB (Red+Green+Blue) = 181+19+219=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #B513DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513DB is #4AEC24. Grayscale: #595959. Windows color (decimal): -4910117 or 14357429. OLE color: 14357429.

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

Color convert

RGB 181 19 219 -
CMYK 0.17 0.91 0 0.14
HSL 288.6º 0.84% 0.47% -
HSV(B) 288.6º 0.91% 0.86% -
XYZ 32.08 15.4 68.3 -
YUV 90.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 181 19 219 0.17 0.91 0 0.14 288.6 0.84 0.47
Hex B5 13 DB 11 5B 0 E 121 54 2F
Octal 265 23 333 21 133 0 16 441 124 57
Binary 10110101 10011 11011011 10001 1011011 0 1110 100100001 1010100 101111

Color Harmonies of #B513DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B513DB

Black with #B513DB

Text Example


Text Example

White with #B513DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B513DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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