#B50DA9

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

Shades of Deep Magenta #B50DA9

Tints of Deep Magenta #B50DA9

Color information

#B50DA9 (or 0xB50DA9) is unknown color: approx Deep Magenta. HEX triplet: B5, 0D and A9. RGB value is (181,13,169). Sum of RGB (Red+Green+Blue) = 181+13+169=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DA9 is #4AF256. Grayscale: #505050. Windows color (decimal): -4911703 or 11079093. OLE color: 11079093.

HSL color Cylindrical-coordinate representation of color #B50DA9: hue angle of 304.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DA9 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18113169-
CMYK00.930.070.29
HSL304.29º86.6%38.04%-
HSV(B)304.29º92.82%70.98%-
XYZ26.3612.9838.65-
YUV81.02177.66199.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 13 (5.47% from 255) = 3.58%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=49.86%
G=3.58%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811316900.930.070.29304.2986.638.04
HexB5DA905D71D1305726
Octal26515251013573546012746
Binary1011010111011010100101011101111111011001100001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50DA9; }

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

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

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

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

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

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

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

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