Html Css Color HEX #B50DDB Deep Magenta

📋 copy color: '#B50DDB'

red 181 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #B50DDB

Tints of Deep Magenta #B50DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.15%

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

R = 43.83%
G = 3.15%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B50DDB (or 0xB50DDB) is known color: Deep Magenta. HEX triplet: B5, 0D and DB. RGB value is (181,13,219). Sum of RGB (Red+Green+Blue) = 181+13+219=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #B50DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DDB is #4AF224. Grayscale: #565656. Windows color (decimal): -4911653 or 14355893. OLE color: 14355893.

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

Color convert

RGB 181 13 219 -
CMYK 0.17 0.94 0 0.14
HSL 288.93º 0.89% 0.45% -
HSV(B) 288.93º 0.94% 0.86% -
XYZ 31.99 15.23 68.27 -
YUV 86.72 202.66 195.25 -
System Red Green Blue C M Y K H S L
Decimal 181 13 219 0.17 0.94 0 0.14 288.93 0.89 0.45
Hex B5 D DB 11 5E 0 E 121 59 2D
Octal 265 15 333 21 136 0 16 441 131 55
Binary 10110101 1101 11011011 10001 1011110 0 1110 100100001 1011001 101101

Color Harmonies of #B50DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DDB

Black with #B50DDB

Text Example


Text Example

White with #B50DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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