Shades of Medium Red Violet #B9258A
Tints of Medium Red Violet #B9258A
RGB
CMYK
RGB Variations
Color information
#B9258A (or 0xB9258A) is known color: Medium Red Violet. HEX triplet: B9, 25 and 8A. RGB value is (185,37,138). Sum of RGB (Red+Green+Blue) = 185+37+138=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B9258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9258A is #46DA75. Grayscale: #5C5C5C. Windows color (decimal): -4643446 or 9053625. OLE color: 9053625.
HSL color Cylindrical-coordinate representation of color #B9258A: hue angle of 319.05º 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 #B9258A is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 138 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.27 |
| HSL | 319.05º | 0.67% | 0.44% | - |
| HSV(B) | 319.05º | 0.8% | 0.73% | - |
| XYZ | 25.26 | 13.47 | 25.31 | - |
| YUV | 92.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 138 | 0 | 0.80 | 0.25 | 0.27 | 319.05 | 0.67 | 0.44 |
| Hex | B9 | 25 | 8A | 0 | 50 | 19 | 1B | 13F | 43 | 2C |
| Octal | 271 | 45 | 212 | 0 | 120 | 31 | 33 | 477 | 103 | 54 |
| Binary | 10111001 | 100101 | 10001010 | 0 | 1010000 | 11001 | 11011 | 100111111 | 1000011 | 101100 |
Color Harmonies of #B9258A
Complementary color
Monochromatic Colors of #B9258A
Black with #B9258A
Text Example
Text Example
White with #B9258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9258A; }
p { color: rgb(185,37,138); }
H1.HeaderClassName
{
color: #B9258A;
}
.AnyTagClassName
{
color: #B9258A;
}
</style>
background-color css
<style>
a { background-color: #B9258A; }
a { background-color: rgb(185,37,138); }
div.DivClassName
{
background-color: #B9258A;
}
.BgClassName
{
background-color: #B9258A;
}
</style>
border-color css
<style>
span { border-color: #B9258A; }
span { border-color: rgb(185,37,138); }
td.TdClassName
{
border-color: #B9258A;
}
.TagClassName
{
border-color: #B9258A;
}
</style>