#BD4087

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

Shades of Medium Red Violet #BD4087

Tints of Medium Red Violet #BD4087

Color information

#BD4087 (or 0xBD4087) is unknown color: approx Medium Red Violet. HEX triplet: BD, 40 and 87. RGB value is (189,64,135). Sum of RGB (Red+Green+Blue) = 189+64+135=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4087 is #42BF78. Grayscale: #6D6D6D. Windows color (decimal): -4374393 or 8863933. OLE color: 8863933.

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

Color convert

RGB18964135-
CMYK00.660.290.26
HSL325.92º49.41%49.61%-
HSV(B)325.92º66.14%74.12%-
XYZ27.1916.2324.62-
YUV109.47142.41184.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.71%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=48.71%
G=16.49%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896413500.660.290.26325.9249.4149.61
HexBD40870421D1A1463132
Octal275100207010235325066162
Binary10111101100000010000111010000101110111010101000110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4087; }

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

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

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

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

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

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

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

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