Shades of Medium Red Violet #BD307E
Tints of Medium Red Violet #BD307E
RGB
CMYK
RGB Variations
Color information
#BD307E (or 0xBD307E) is known color: Medium Red Violet. HEX triplet: BD, 30 and 7E. RGB value is (189,48,126). Sum of RGB (Red+Green+Blue) = 189+48+126=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD307E is #42CF81. Grayscale: #626262. Windows color (decimal): -4378498 or 8270013. OLE color: 8270013.
HSL color Cylindrical-coordinate representation of color #BD307E: hue angle of 326.81º 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 #BD307E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 126 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.26 |
| HSL | 326.81º | 0.59% | 0.46% | - |
| HSV(B) | 326.81º | 0.75% | 0.74% | - |
| XYZ | 25.81 | 14.44 | 21.17 | - |
| YUV | 99.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 126 | 0 | 0.75 | 0.33 | 0.26 | 326.81 | 0.59 | 0.46 |
| Hex | BD | 30 | 7E | 0 | 4B | 21 | 1A | 147 | 3B | 2E |
| Octal | 275 | 60 | 176 | 0 | 113 | 41 | 32 | 507 | 73 | 56 |
| Binary | 10111101 | 110000 | 1111110 | 0 | 1001011 | 100001 | 11010 | 101000111 | 111011 | 101110 |
Color Harmonies of #BD307E
Complementary color
Monochromatic Colors of #BD307E
Black with #BD307E
Text Example
Text Example
White with #BD307E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD307E; }
p { color: rgb(189,48,126); }
H1.HeaderClassName
{
color: #BD307E;
}
.AnyTagClassName
{
color: #BD307E;
}
</style>
background-color css
<style>
a { background-color: #BD307E; }
a { background-color: rgb(189,48,126); }
div.DivClassName
{
background-color: #BD307E;
}
.BgClassName
{
background-color: #BD307E;
}
</style>
border-color css
<style>
span { border-color: #BD307E; }
span { border-color: rgb(189,48,126); }
td.TdClassName
{
border-color: #BD307E;
}
.TagClassName
{
border-color: #BD307E;
}
</style>