Shades of Medium Red Violet #B9257B
Tints of Medium Red Violet #B9257B
RGB
CMYK
RGB Variations
Color information
#B9257B (or 0xB9257B) is known color: Medium Red Violet. HEX triplet: B9, 25 and 7B. RGB value is (185,37,123). Sum of RGB (Red+Green+Blue) = 185+37+123=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9257B is #46DA84. Grayscale: #5A5A5A. Windows color (decimal): -4643461 or 8070585. OLE color: 8070585.
HSL color Cylindrical-coordinate representation of color #B9257B: hue angle of 325.14º 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 #B9257B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 123 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.27 |
| HSL | 325.14º | 0.67% | 0.44% | - |
| HSV(B) | 325.14º | 0.8% | 0.73% | - |
| XYZ | 24.24 | 13.07 | 19.98 | - |
| YUV | 91.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 123 | 0 | 0.80 | 0.34 | 0.27 | 325.14 | 0.67 | 0.44 |
| Hex | B9 | 25 | 7B | 0 | 50 | 22 | 1B | 145 | 43 | 2C |
| Octal | 271 | 45 | 173 | 0 | 120 | 42 | 33 | 505 | 103 | 54 |
| Binary | 10111001 | 100101 | 1111011 | 0 | 1010000 | 100010 | 11011 | 101000101 | 1000011 | 101100 |
Color Harmonies of #B9257B
Complementary color
Monochromatic Colors of #B9257B
Black with #B9257B
Text Example
Text Example
White with #B9257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9257B; }
p { color: rgb(185,37,123); }
H1.HeaderClassName
{
color: #B9257B;
}
.AnyTagClassName
{
color: #B9257B;
}
</style>
background-color css
<style>
a { background-color: #B9257B; }
a { background-color: rgb(185,37,123); }
div.DivClassName
{
background-color: #B9257B;
}
.BgClassName
{
background-color: #B9257B;
}
</style>
border-color css
<style>
span { border-color: #B9257B; }
span { border-color: rgb(185,37,123); }
td.TdClassName
{
border-color: #B9257B;
}
.TagClassName
{
border-color: #B9257B;
}
</style>