Shades of Medium Violet Red #BD099B
Tints of Medium Violet Red #BD099B
RGB
CMYK
RGB Variations
Color information
#BD099B (or 0xBD099B) is known color: Medium Violet Red. HEX triplet: BD, 09 and 9B. RGB value is (189,9,155). Sum of RGB (Red+Green+Blue) = 189+9+155=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD099B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD099B is #42F664. Grayscale: #4F4F4F. Windows color (decimal): -4388453 or 10160573. OLE color: 10160573.
HSL color Cylindrical-coordinate representation of color #BD099B: hue angle of 311.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD099B is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 155 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.26 |
| HSL | 311.33º | 0.91% | 0.39% | - |
| HSV(B) | 311.33º | 0.95% | 0.74% | - |
| XYZ | 27 | 13.38 | 32.17 | - |
| YUV | 79.46 | 170.63 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 155 | 0 | 0.95 | 0.18 | 0.26 | 311.33 | 0.91 | 0.39 |
| Hex | BD | 9 | 9B | 0 | 5F | 12 | 1A | 137 | 5B | 27 |
| Octal | 275 | 11 | 233 | 0 | 137 | 22 | 32 | 467 | 133 | 47 |
| Binary | 10111101 | 1001 | 10011011 | 0 | 1011111 | 10010 | 11010 | 100110111 | 1011011 | 100111 |
Color Harmonies of #BD099B
Complementary color
Monochromatic Colors of #BD099B
Black with #BD099B
Text Example
Text Example
White with #BD099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD099B; }
p { color: rgb(189,9,155); }
H1.HeaderClassName
{
color: #BD099B;
}
.AnyTagClassName
{
color: #BD099B;
}
</style>
background-color css
<style>
a { background-color: #BD099B; }
a { background-color: rgb(189,9,155); }
div.DivClassName
{
background-color: #BD099B;
}
.BgClassName
{
background-color: #BD099B;
}
</style>
border-color css
<style>
span { border-color: #BD099B; }
span { border-color: rgb(189,9,155); }
td.TdClassName
{
border-color: #BD099B;
}
.TagClassName
{
border-color: #BD099B;
}
</style>