Shades of Medium Red Violet #B9258D
Tints of Medium Red Violet #B9258D
RGB
CMYK
RGB Variations
Color information
#B9258D (or 0xB9258D) is known color: Medium Red Violet. HEX triplet: B9, 25 and 8D. RGB value is (185,37,141). Sum of RGB (Red+Green+Blue) = 185+37+141=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9258D is #46DA72. Grayscale: #5C5C5C. Windows color (decimal): -4643443 or 9250233. OLE color: 9250233.
HSL color Cylindrical-coordinate representation of color #B9258D: hue angle of 317.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9258D is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 141 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.27 |
| HSL | 317.84º | 0.67% | 0.44% | - |
| HSV(B) | 317.84º | 0.8% | 0.73% | - |
| XYZ | 25.48 | 13.56 | 26.47 | - |
| YUV | 93.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 141 | 0 | 0.80 | 0.24 | 0.27 | 317.84 | 0.67 | 0.44 |
| Hex | B9 | 25 | 8D | 0 | 50 | 18 | 1B | 13E | 43 | 2C |
| Octal | 271 | 45 | 215 | 0 | 120 | 30 | 33 | 476 | 103 | 54 |
| Binary | 10111001 | 100101 | 10001101 | 0 | 1010000 | 11000 | 11011 | 100111110 | 1000011 | 101100 |
Color Harmonies of #B9258D
Complementary color
Monochromatic Colors of #B9258D
Black with #B9258D
Text Example
Text Example
White with #B9258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9258D; }
p { color: rgb(185,37,141); }
H1.HeaderClassName
{
color: #B9258D;
}
.AnyTagClassName
{
color: #B9258D;
}
</style>
background-color css
<style>
a { background-color: #B9258D; }
a { background-color: rgb(185,37,141); }
div.DivClassName
{
background-color: #B9258D;
}
.BgClassName
{
background-color: #B9258D;
}
</style>
border-color css
<style>
span { border-color: #B9258D; }
span { border-color: rgb(185,37,141); }
td.TdClassName
{
border-color: #B9258D;
}
.TagClassName
{
border-color: #B9258D;
}
</style>