Shades of Medium Red Violet #BD309C
Tints of Medium Red Violet #BD309C
RGB
CMYK
RGB Variations
Color information
#BD309C (or 0xBD309C) is known color: Medium Red Violet. HEX triplet: BD, 30 and 9C. RGB value is (189,48,156). Sum of RGB (Red+Green+Blue) = 189+48+156=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD309C is #42CF63. Grayscale: #666666. Windows color (decimal): -4378468 or 10236093. OLE color: 10236093.
HSL color Cylindrical-coordinate representation of color #BD309C: hue angle of 314.04º 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 #BD309C is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 156 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.26 |
| HSL | 314.04º | 0.59% | 0.46% | - |
| HSV(B) | 314.04º | 0.75% | 0.74% | - |
| XYZ | 28.04 | 15.33 | 32.93 | - |
| YUV | 102.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 156 | 0 | 0.75 | 0.17 | 0.26 | 314.04 | 0.59 | 0.46 |
| Hex | BD | 30 | 9C | 0 | 4B | 11 | 1A | 13A | 3B | 2E |
| Octal | 275 | 60 | 234 | 0 | 113 | 21 | 32 | 472 | 73 | 56 |
| Binary | 10111101 | 110000 | 10011100 | 0 | 1001011 | 10001 | 11010 | 100111010 | 111011 | 101110 |
Color Harmonies of #BD309C
Complementary color
Monochromatic Colors of #BD309C
Black with #BD309C
Text Example
Text Example
White with #BD309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD309C; }
p { color: rgb(189,48,156); }
H1.HeaderClassName
{
color: #BD309C;
}
.AnyTagClassName
{
color: #BD309C;
}
</style>
background-color css
<style>
a { background-color: #BD309C; }
a { background-color: rgb(189,48,156); }
div.DivClassName
{
background-color: #BD309C;
}
.BgClassName
{
background-color: #BD309C;
}
</style>
border-color css
<style>
span { border-color: #BD309C; }
span { border-color: rgb(189,48,156); }
td.TdClassName
{
border-color: #BD309C;
}
.TagClassName
{
border-color: #BD309C;
}
</style>