Html Css Color HEX #B50DDD Deep Magenta

📋 copy color: '#B50DDD'

red 181 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #B50DDD

Tints of Deep Magenta #B50DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 43.61%
G = 3.13%
B = 53.25%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B50DDD (or 0xB50DDD) is known color: Deep Magenta. HEX triplet: B5, 0D and DD. RGB value is (181,13,221). Sum of RGB (Red+Green+Blue) = 181+13+221=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B50DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DDD is #4AF222. Grayscale: #565656. Windows color (decimal): -4911651 or 14486965. OLE color: 14486965.

HSL color Cylindrical-coordinate representation of color #B50DDD: hue angle of 288.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50DDD is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 13 221 -
CMYK 0.18 0.94 0 0.13
HSL 288.46º 0.89% 0.46% -
HSV(B) 288.46º 0.94% 0.87% -
XYZ 32.25 15.33 69.67 -
YUV 86.94 203.66 195.09 -
System Red Green Blue C M Y K H S L
Decimal 181 13 221 0.18 0.94 0 0.13 288.46 0.89 0.46
Hex B5 D DD 12 5E 0 D 120 59 2E
Octal 265 15 335 22 136 0 15 440 131 56
Binary 10110101 1101 11011101 10010 1011110 0 1101 100100000 1011001 101110

Color Harmonies of #B50DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DDD

Black with #B50DDD

Text Example


Text Example

White with #B50DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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