Shades of Medium Red Violet #BB257B
Tints of Medium Red Violet #BB257B
RGB
CMYK
RGB Variations
Color information
#BB257B (or 0xBB257B) is known color: Medium Red Violet. HEX triplet: BB, 25 and 7B. RGB value is (187,37,123). Sum of RGB (Red+Green+Blue) = 187+37+123=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB257B is #44DA84. Grayscale: #5B5B5B. Windows color (decimal): -4512389 or 8070587. OLE color: 8070587.
HSL color Cylindrical-coordinate representation of color #BB257B: hue angle of 325.6º 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 #BB257B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 123 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.27 |
| HSL | 325.6º | 0.67% | 0.44% | - |
| HSV(B) | 325.6º | 0.8% | 0.73% | - |
| XYZ | 24.73 | 13.32 | 20.01 | - |
| YUV | 91.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 123 | 0 | 0.80 | 0.34 | 0.27 | 325.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 7B | 0 | 50 | 22 | 1B | 146 | 43 | 2C |
| Octal | 273 | 45 | 173 | 0 | 120 | 42 | 33 | 506 | 103 | 54 |
| Binary | 10111011 | 100101 | 1111011 | 0 | 1010000 | 100010 | 11011 | 101000110 | 1000011 | 101100 |
Color Harmonies of #BB257B
Complementary color
Monochromatic Colors of #BB257B
Black with #BB257B
Text Example
Text Example
White with #BB257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB257B; }
p { color: rgb(187,37,123); }
H1.HeaderClassName
{
color: #BB257B;
}
.AnyTagClassName
{
color: #BB257B;
}
</style>
background-color css
<style>
a { background-color: #BB257B; }
a { background-color: rgb(187,37,123); }
div.DivClassName
{
background-color: #BB257B;
}
.BgClassName
{
background-color: #BB257B;
}
</style>
border-color css
<style>
span { border-color: #BB257B; }
span { border-color: rgb(187,37,123); }
td.TdClassName
{
border-color: #BB257B;
}
.TagClassName
{
border-color: #BB257B;
}
</style>