Shades of Medium Red Violet #BD258D
Tints of Medium Red Violet #BD258D
RGB
CMYK
RGB Variations
Color information
#BD258D (or 0xBD258D) is known color: Medium Red Violet. HEX triplet: BD, 25 and 8D. RGB value is (189,37,141). Sum of RGB (Red+Green+Blue) = 189+37+141=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD258D is #42DA72. Grayscale: #5E5E5E. Windows color (decimal): -4381299 or 9250237. OLE color: 9250237.
HSL color Cylindrical-coordinate representation of color #BD258D: hue angle of 318.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD258D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 141 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.26 |
| HSL | 318.95º | 0.67% | 0.44% | - |
| HSV(B) | 318.95º | 0.8% | 0.74% | - |
| XYZ | 26.46 | 14.07 | 26.52 | - |
| YUV | 94.3 | 154.36 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 141 | 0 | 0.80 | 0.25 | 0.26 | 318.95 | 0.67 | 0.44 |
| Hex | BD | 25 | 8D | 0 | 50 | 19 | 1A | 13F | 43 | 2C |
| Octal | 275 | 45 | 215 | 0 | 120 | 31 | 32 | 477 | 103 | 54 |
| Binary | 10111101 | 100101 | 10001101 | 0 | 1010000 | 11001 | 11010 | 100111111 | 1000011 | 101100 |
Color Harmonies of #BD258D
Complementary color
Monochromatic Colors of #BD258D
Black with #BD258D
Text Example
Text Example
White with #BD258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD258D; }
p { color: rgb(189,37,141); }
H1.HeaderClassName
{
color: #BD258D;
}
.AnyTagClassName
{
color: #BD258D;
}
</style>
background-color css
<style>
a { background-color: #BD258D; }
a { background-color: rgb(189,37,141); }
div.DivClassName
{
background-color: #BD258D;
}
.BgClassName
{
background-color: #BD258D;
}
</style>
border-color css
<style>
span { border-color: #BD258D; }
span { border-color: rgb(189,37,141); }
td.TdClassName
{
border-color: #BD258D;
}
.TagClassName
{
border-color: #BD258D;
}
</style>