#BD0A87

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

Shades of Medium Violet Red #BD0A87

Tints of Medium Violet Red #BD0A87

Color information

#BD0A87 (or 0xBD0A87) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0A and 87. RGB value is (189,10,135). Sum of RGB (Red+Green+Blue) = 189+10+135=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0A87 is #42F578. Grayscale: #4D4D4D. Windows color (decimal): -4388217 or 8850109. OLE color: 8850109.

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

Color convert

RGB18910135-
CMYK00.950.290.26
HSL318.1º89.95%39.02%-
HSV(B)318.1º94.71%74.12%-
XYZ25.4712.7924.05-
YUV77.77160.3207.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 135 (53.12% from 255) = 40.42%
R=56.59%
G=2.99%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891013500.950.290.26318.189.9539.02
HexBDA8705F1D1A13e5a27
Octal275122070137353247613247
Binary101111011010100001110101111111101110101001111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0A87; }

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

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

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

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

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

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

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

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