#BD2E87

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

Shades of Medium Red Violet #BD2E87

Tints of Medium Red Violet #BD2E87

Color information

#BD2E87 (or 0xBD2E87) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2E and 87. RGB value is (189,46,135). Sum of RGB (Red+Green+Blue) = 189+46+135=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E87 is #42D178. Grayscale: #626262. Windows color (decimal): -4379001 or 8859325. OLE color: 8859325.

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

Color convert

RGB18946135-
CMYK00.760.290.26
HSL322.66º60.85%46.08%-
HSV(B)322.66º75.66%74.12%-
XYZ26.3414.5224.34-
YUV98.9148.38192.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.08%
GREEN value IS 46 (18.36% from 255) = 12.43%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=51.08%
G=12.43%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894613500.760.290.26322.6660.8546.08
HexBD2E8704C1D1A1433d2e
Octal27556207011435325037556
Binary1011110110111010000111010011001110111010101000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E87; }

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

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

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

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

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

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

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

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