#BD1E95

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

Shades of Medium Violet Red #BD1E95

Tints of Medium Violet Red #BD1E95

Color information

#BD1E95 (or 0xBD1E95) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1E and 95. RGB value is (189,30,149). Sum of RGB (Red+Green+Blue) = 189+30+149=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1E95 is #42E16A. Grayscale: #5A5A5A. Windows color (decimal): -4383083 or 9772733. OLE color: 9772733.

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

Color convert

RGB18930149-
CMYK00.840.210.26
HSL315.09º72.6%42.94%-
HSV(B)315.09º84.13%74.12%-
XYZ26.8813.9229.7-
YUV91.11160.68197.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=51.36%
G=8.15%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893014900.840.210.26315.0972.642.94
HexBD1E95054151A13b492b
Octal275362250124253247311153
Binary1011110111110100101010101010010101110101001110111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1E95; }

 p { color: rgb(189,30,149); }

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

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

 a { background-color: rgb(189,30,149); }

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

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

 span { border-color: rgb(189,30,149); }

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