#BD1D91

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

Shades of Medium Violet Red #BD1D91

Tints of Medium Violet Red #BD1D91

Color information

#BD1D91 (or 0xBD1D91) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1D and 91. RGB value is (189,29,145). Sum of RGB (Red+Green+Blue) = 189+29+145=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1D91 is #42E26E. Grayscale: #595959. Windows color (decimal): -4383343 or 9510333. OLE color: 9510333.

HSL color Cylindrical-coordinate representation of color #BD1D91: hue angle of 316.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 #BD1D91 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB18929145-
CMYK00.850.230.26
HSL316.5º73.39%42.75%-
HSV(B)316.5º84.66%74.12%-
XYZ26.5413.7428.04-
YUV90.06159.01198.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 29 (11.72% from 255) = 7.99%
BLUE value IS 145 (57.03% from 255) = 39.94%
R=52.07%
G=7.99%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892914500.850.230.26316.573.3942.75
HexBD1D91055171A13c492b
Octal275352210125273247411153
Binary1011110111101100100010101010110111110101001111001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1D91; }

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

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

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

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

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

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

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

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