Shades of Medium Red Violet #BD309B
Tints of Medium Red Violet #BD309B
RGB
CMYK
RGB Variations
Color information
#BD309B (or 0xBD309B) is known color: Medium Red Violet. HEX triplet: BD, 30 and 9B. RGB value is (189,48,155). Sum of RGB (Red+Green+Blue) = 189+48+155=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD309B is #42CF64. Grayscale: #666666. Windows color (decimal): -4378469 or 10170557. OLE color: 10170557.
HSL color Cylindrical-coordinate representation of color #BD309B: hue angle of 314.47º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD309B is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 155 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.26 |
| HSL | 314.47º | 0.59% | 0.46% | - |
| HSV(B) | 314.47º | 0.75% | 0.74% | - |
| XYZ | 27.96 | 15.3 | 32.49 | - |
| YUV | 102.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 155 | 0 | 0.75 | 0.18 | 0.26 | 314.47 | 0.59 | 0.46 |
| Hex | BD | 30 | 9B | 0 | 4B | 12 | 1A | 13A | 3B | 2E |
| Octal | 275 | 60 | 233 | 0 | 113 | 22 | 32 | 472 | 73 | 56 |
| Binary | 10111101 | 110000 | 10011011 | 0 | 1001011 | 10010 | 11010 | 100111010 | 111011 | 101110 |
Color Harmonies of #BD309B
Complementary color
Monochromatic Colors of #BD309B
Black with #BD309B
Text Example
Text Example
White with #BD309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD309B; }
p { color: rgb(189,48,155); }
H1.HeaderClassName
{
color: #BD309B;
}
.AnyTagClassName
{
color: #BD309B;
}
</style>
background-color css
<style>
a { background-color: #BD309B; }
a { background-color: rgb(189,48,155); }
div.DivClassName
{
background-color: #BD309B;
}
.BgClassName
{
background-color: #BD309B;
}
</style>
border-color css
<style>
span { border-color: #BD309B; }
span { border-color: rgb(189,48,155); }
td.TdClassName
{
border-color: #BD309B;
}
.TagClassName
{
border-color: #BD309B;
}
</style>