#BD1D99

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

Shades of Medium Violet Red #BD1D99

Tints of Medium Violet Red #BD1D99

Color information

#BD1D99 (or 0xBD1D99) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1D and 99. RGB value is (189,29,153). Sum of RGB (Red+Green+Blue) = 189+29+153=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D99 is #42E266. Grayscale: #5A5A5A. Windows color (decimal): -4383335 or 10034621. OLE color: 10034621.

HSL color Cylindrical-coordinate representation of color #BD1D99: hue angle of 313.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D99 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18929153-
CMYK00.850.190.26
HSL313.5º73.39%42.75%-
HSV(B)313.5º84.66%74.12%-
XYZ27.181431.41-
YUV90.98163.01197.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 29 (11.72% from 255) = 7.82%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=50.94%
G=7.82%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892915300.850.190.26313.573.3942.75
HexBD1D99055131A13a492b
Octal275352310125233247211153
Binary1011110111101100110010101010110011110101001110101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D99; }

 p { color: rgb(189,29,153); }

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

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

 a { background-color: rgb(189,29,153); }

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

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

 span { border-color: rgb(189,29,153); }

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