Shades of Medium Red Violet #BD307B
Tints of Medium Red Violet #BD307B
RGB
CMYK
RGB Variations
Color information
#BD307B (or 0xBD307B) is known color: Medium Red Violet. HEX triplet: BD, 30 and 7B. RGB value is (189,48,123). Sum of RGB (Red+Green+Blue) = 189+48+123=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD307B is #42CF84. Grayscale: #626262. Windows color (decimal): -4378501 or 8073405. OLE color: 8073405.
HSL color Cylindrical-coordinate representation of color #BD307B: hue angle of 328.09º 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 #BD307B is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 123 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.26 |
| HSL | 328.09º | 0.59% | 0.46% | - |
| HSV(B) | 328.09º | 0.75% | 0.74% | - |
| XYZ | 25.62 | 14.36 | 20.16 | - |
| YUV | 98.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 123 | 0 | 0.75 | 0.35 | 0.26 | 328.09 | 0.59 | 0.46 |
| Hex | BD | 30 | 7B | 0 | 4B | 23 | 1A | 148 | 3B | 2E |
| Octal | 275 | 60 | 173 | 0 | 113 | 43 | 32 | 510 | 73 | 56 |
| Binary | 10111101 | 110000 | 1111011 | 0 | 1001011 | 100011 | 11010 | 101001000 | 111011 | 101110 |
Color Harmonies of #BD307B
Complementary color
Monochromatic Colors of #BD307B
Black with #BD307B
Text Example
Text Example
White with #BD307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD307B; }
p { color: rgb(189,48,123); }
H1.HeaderClassName
{
color: #BD307B;
}
.AnyTagClassName
{
color: #BD307B;
}
</style>
background-color css
<style>
a { background-color: #BD307B; }
a { background-color: rgb(189,48,123); }
div.DivClassName
{
background-color: #BD307B;
}
.BgClassName
{
background-color: #BD307B;
}
</style>
border-color css
<style>
span { border-color: #BD307B; }
span { border-color: rgb(189,48,123); }
td.TdClassName
{
border-color: #BD307B;
}
.TagClassName
{
border-color: #BD307B;
}
</style>