Html Css Color HEX #B514DB Deep Magenta

📋 copy color: '#B514DB'

red 181 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #B514DB

Tints of Deep Magenta #B514DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.76%

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

R = 43.1%
G = 4.76%
B = 52.14%

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

#B514DB (or 0xB514DB) is known color: Deep Magenta. HEX triplet: B5, 14 and DB. RGB value is (181,20,219). Sum of RGB (Red+Green+Blue) = 181+20+219=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #B514DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514DB is #4AEB24. Grayscale: #5A5A5A. Windows color (decimal): -4909861 or 14357685. OLE color: 14357685.

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

Color convert

RGB 181 20 219 -
CMYK 0.17 0.91 0 0.14
HSL 288.54º 0.83% 0.47% -
HSV(B) 288.54º 0.91% 0.86% -
XYZ 32.09 15.44 68.31 -
YUV 90.83 200.34 192.32 -
System Red Green Blue C M Y K H S L
Decimal 181 20 219 0.17 0.91 0 0.14 288.54 0.83 0.47
Hex B5 14 DB 11 5B 0 E 121 53 2F
Octal 265 24 333 21 133 0 16 441 123 57
Binary 10110101 10100 11011011 10001 1011011 0 1110 100100001 1010011 101111

Color Harmonies of #B514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514DB

Black with #B514DB

Text Example


Text Example

White with #B514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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