#B50DA0

Color #B50DA0 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B50DA0

Tints of Medium Violet Red #B50DA0

Color information

#B50DA0 (or 0xB50DA0) is unknown color: approx Medium Violet Red. HEX triplet: B5, 0D and A0. RGB value is (181,13,160). Sum of RGB (Red+Green+Blue) = 181+13+160=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 160 (62.89% from 255 or 45.20% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50DA0 is #4AF25F. Grayscale: #4F4F4F. Windows color (decimal): -4911712 or 10489269. OLE color: 10489269.

HSL color Cylindrical-coordinate representation of color #B50DA0: hue angle of 307.5º 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 #B50DA0 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18113160-
CMYK00.930.120.29
HSL307.5º86.6%38.04%-
HSV(B)307.5º92.82%70.98%-
XYZ25.5512.6534.35-
YUV79.99173.16200.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 13 (5.47% from 255) = 3.67%
BLUE value IS 160 (62.89% from 255) = 45.20%
R=51.13%
G=3.67%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811316000.930.120.29307.586.638.04
HexB5DA005DC1D1345726
Octal265152400135143546412746
Binary10110101110110100000010111011100111011001101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50DA0; }

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

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

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

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

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

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

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

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