#BD087B

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

Shades of Medium Violet Red #BD087B

Tints of Medium Violet Red #BD087B

Color information

#BD087B (or 0xBD087B) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 7B. RGB value is (189,8,123). Sum of RGB (Red+Green+Blue) = 189+8+123=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD087B is #42F784. Grayscale: #4A4A4A. Windows color (decimal): -4388741 or 8063165. OLE color: 8063165.

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

Color convert

RGB1898123-
CMYK00.960.350.26
HSL321.88º91.88%38.63%-
HSV(B)321.88º95.77%74.12%-
XYZ24.6512.4219.84-
YUV75.23154.97209.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 8 (3.52% from 255) = 2.5%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=59.06%
G=2.5%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189812300.960.350.26321.8891.8838.63
HexBD87B060231A1425c27
Octal275101730140433250213447
Binary101111011000111101101100000100011110101010000101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD087B; }

 p { color: rgb(189,8,123); }

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

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

 a { background-color: rgb(189,8,123); }

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

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

 span { border-color: rgb(189,8,123); }

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