#B50DD8

Color #B50DD8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B50DD8

Tints of Deep Magenta #B50DD8

Color information

#B50DD8 (or 0xB50DD8) is unknown color: approx Deep Magenta. HEX triplet: B5, 0D and D8. RGB value is (181,13,216). Sum of RGB (Red+Green+Blue) = 181+13+216=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #B50DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DD8 is #4AF227. Grayscale: #555555. Windows color (decimal): -4911656 or 14159285. OLE color: 14159285.

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

Color convert

RGB18113216-
CMYK0.160.9400.15
HSL289.66º88.65%44.9%-
HSV(B)289.66º93.98%84.71%-
XYZ31.5915.0766.21-
YUV86.37201.16195.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 13 (5.47% from 255) = 3.17%
BLUE value IS 216 (84.77% from 255) = 52.68%
R=44.15%
G=3.17%
B=52.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181132160.160.9400.15289.6688.6544.9
HexB5DD8105E0F122592d
Octal265153302013601744213155
Binary10110101110111011000100001011110011111001000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50DD8; }

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

 H1.HeaderClassName
 {
   color: #B50DD8;
 }
 .AnyTagClassName
 {
   color: #B50DD8;
 }
</style>
background-color css

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

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

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

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

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

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