#BD0889

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

Shades of Medium Violet Red #BD0889

Tints of Medium Violet Red #BD0889

Color information

#BD0889 (or 0xBD0889) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 89. RGB value is (189,8,137). Sum of RGB (Red+Green+Blue) = 189+8+137=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0889 is #42F776. Grayscale: #4C4C4C. Windows color (decimal): -4388727 or 8980669. OLE color: 8980669.

HSL color Cylindrical-coordinate representation of color #BD0889: hue angle of 317.24º 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 #BD0889 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB1898137-
CMYK00.960.280.26
HSL317.24º91.88%38.63%-
HSV(B)317.24º95.77%74.12%-
XYZ25.5912.824.79-
YUV76.82161.97208.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=56.59%
G=2.40%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189813700.960.280.26317.2491.8838.63
HexBD8890601C1A13d5c27
Octal275102110140343247513447
Binary101111011000100010010110000011100110101001111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0889; }

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

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

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

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

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

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

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

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