Shades of Medium Red Violet #BD308F
Tints of Medium Red Violet #BD308F
RGB
CMYK
RGB Variations
Color information
#BD308F (or 0xBD308F) is known color: Medium Red Violet. HEX triplet: BD, 30 and 8F. RGB value is (189,48,143). Sum of RGB (Red+Green+Blue) = 189+48+143=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD308F is #42CF70. Grayscale: #646464. Windows color (decimal): -4378481 or 9384125. OLE color: 9384125.
HSL color Cylindrical-coordinate representation of color #BD308F: hue angle of 319.57º 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 #BD308F is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 143 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.26 |
| HSL | 319.57º | 0.59% | 0.46% | - |
| HSV(B) | 319.57º | 0.75% | 0.74% | - |
| XYZ | 27 | 14.92 | 27.44 | - |
| YUV | 100.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 143 | 0 | 0.75 | 0.24 | 0.26 | 319.57 | 0.59 | 0.46 |
| Hex | BD | 30 | 8F | 0 | 4B | 18 | 1A | 140 | 3B | 2E |
| Octal | 275 | 60 | 217 | 0 | 113 | 30 | 32 | 500 | 73 | 56 |
| Binary | 10111101 | 110000 | 10001111 | 0 | 1001011 | 11000 | 11010 | 101000000 | 111011 | 101110 |
Color Harmonies of #BD308F
Complementary color
Monochromatic Colors of #BD308F
Black with #BD308F
Text Example
Text Example
White with #BD308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD308F; }
p { color: rgb(189,48,143); }
H1.HeaderClassName
{
color: #BD308F;
}
.AnyTagClassName
{
color: #BD308F;
}
</style>
background-color css
<style>
a { background-color: #BD308F; }
a { background-color: rgb(189,48,143); }
div.DivClassName
{
background-color: #BD308F;
}
.BgClassName
{
background-color: #BD308F;
}
</style>
border-color css
<style>
span { border-color: #BD308F; }
span { border-color: rgb(189,48,143); }
td.TdClassName
{
border-color: #BD308F;
}
.TagClassName
{
border-color: #BD308F;
}
</style>