Html Css Color HEX #B503DB Deep Magenta

📋 copy color: '#B503DB'

red 181 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #B503DB

Tints of Deep Magenta #B503DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.74%

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

R = 44.91%
G = 0.74%
B = 54.34%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B503DB (or 0xB503DB) is known color: Deep Magenta. HEX triplet: B5, 03 and DB. RGB value is (181,3,219). Sum of RGB (Red+Green+Blue) = 181+3+219=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #B503DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503DB is #4AFC24. Grayscale: #505050. Windows color (decimal): -4914213 or 14353333. OLE color: 14353333.

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

Color convert

RGB 181 3 219 -
CMYK 0.17 0.99 0 0.14
HSL 289.44º 0.97% 0.44% -
HSV(B) 289.44º 0.99% 0.86% -
XYZ 31.87 15 68.23 -
YUV 80.85 205.97 199.44 -
System Red Green Blue C M Y K H S L
Decimal 181 3 219 0.17 0.99 0 0.14 289.44 0.97 0.44
Hex B5 3 DB 11 63 0 E 121 61 2C
Octal 265 3 333 21 143 0 16 441 141 54
Binary 10110101 11 11011011 10001 1100011 0 1110 100100001 1100001 101100

Color Harmonies of #B503DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503DB

Black with #B503DB

Text Example


Text Example

White with #B503DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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