Shades of Medium Violet Red #BD1395
Tints of Medium Violet Red #BD1395
RGB
CMYK
RGB Variations
Color information
#BD1395 (or 0xBD1395) is known color: Medium Violet Red. HEX triplet: BD, 13 and 95. RGB value is (189,19,149). Sum of RGB (Red+Green+Blue) = 189+19+149=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1395 is #42EC6A. Grayscale: #545454. Windows color (decimal): -4385899 or 9769917. OLE color: 9769917.
HSL color Cylindrical-coordinate representation of color #BD1395: hue angle of 314.12º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1395 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.26 |
| HSL | 314.12º | 0.82% | 0.41% | - |
| HSV(B) | 314.12º | 0.9% | 0.74% | - |
| XYZ | 26.64 | 13.45 | 29.63 | - |
| YUV | 84.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 149 | 0 | 0.90 | 0.21 | 0.26 | 314.12 | 0.82 | 0.41 |
| Hex | BD | 13 | 95 | 0 | 5A | 15 | 1A | 13A | 52 | 29 |
| Octal | 275 | 23 | 225 | 0 | 132 | 25 | 32 | 472 | 122 | 51 |
| Binary | 10111101 | 10011 | 10010101 | 0 | 1011010 | 10101 | 11010 | 100111010 | 1010010 | 101001 |
Color Harmonies of #BD1395
Complementary color
Monochromatic Colors of #BD1395
Black with #BD1395
Text Example
Text Example
White with #BD1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1395; }
p { color: rgb(189,19,149); }
H1.HeaderClassName
{
color: #BD1395;
}
.AnyTagClassName
{
color: #BD1395;
}
</style>
background-color css
<style>
a { background-color: #BD1395; }
a { background-color: rgb(189,19,149); }
div.DivClassName
{
background-color: #BD1395;
}
.BgClassName
{
background-color: #BD1395;
}
</style>
border-color css
<style>
span { border-color: #BD1395; }
span { border-color: rgb(189,19,149); }
td.TdClassName
{
border-color: #BD1395;
}
.TagClassName
{
border-color: #BD1395;
}
</style>