#BD0487

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

Shades of Medium Violet Red #BD0487

Tints of Medium Violet Red #BD0487

Color information

#BD0487 (or 0xBD0487) is unknown color: approx Medium Violet Red. HEX triplet: BD, 04 and 87. RGB value is (189,4,135). Sum of RGB (Red+Green+Blue) = 189+4+135=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0487 is #42FB78. Grayscale: #494949. Windows color (decimal): -4389753 or 8848573. OLE color: 8848573.

HSL color Cylindrical-coordinate representation of color #BD0487: hue angle of 317.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0487 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB1894135-
CMYK00.980.290.26
HSL317.51º95.85%37.84%-
HSV(B)317.51º97.88%74.12%-
XYZ25.412.6524.03-
YUV74.25162.29209.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 135 (53.12% from 255) = 41.16%
R=57.62%
G=1.22%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189413500.980.290.26317.5195.8537.84
HexBD4870621D1A13e6026
Octal27542070142353247614046
Binary10111101100100001110110001011101110101001111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0487; }

 p { color: rgb(189,4,135); }

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

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

 a { background-color: rgb(189,4,135); }

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

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

 span { border-color: rgb(189,4,135); }

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