Shades of Medium Red Violet #BB258E
Tints of Medium Red Violet #BB258E
RGB
CMYK
RGB Variations
Color information
#BB258E (or 0xBB258E) is known color: Medium Red Violet. HEX triplet: BB, 25 and 8E. RGB value is (187,37,142). Sum of RGB (Red+Green+Blue) = 187+37+142=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB258E is #44DA71. Grayscale: #5D5D5D. Windows color (decimal): -4512370 or 9315771. OLE color: 9315771.
HSL color Cylindrical-coordinate representation of color #BB258E: hue angle of 318º 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 #BB258E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 142 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.27 |
| HSL | 318º | 0.67% | 0.44% | - |
| HSV(B) | 318º | 0.8% | 0.73% | - |
| XYZ | 26.04 | 13.84 | 26.89 | - |
| YUV | 93.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 142 | 0 | 0.80 | 0.24 | 0.27 | 318 | 0.67 | 0.44 |
| Hex | BB | 25 | 8E | 0 | 50 | 18 | 1B | 13E | 43 | 2C |
| Octal | 273 | 45 | 216 | 0 | 120 | 30 | 33 | 476 | 103 | 54 |
| Binary | 10111011 | 100101 | 10001110 | 0 | 1010000 | 11000 | 11011 | 100111110 | 1000011 | 101100 |
Color Harmonies of #BB258E
Complementary color
Monochromatic Colors of #BB258E
Black with #BB258E
Text Example
Text Example
White with #BB258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB258E; }
p { color: rgb(187,37,142); }
H1.HeaderClassName
{
color: #BB258E;
}
.AnyTagClassName
{
color: #BB258E;
}
</style>
background-color css
<style>
a { background-color: #BB258E; }
a { background-color: rgb(187,37,142); }
div.DivClassName
{
background-color: #BB258E;
}
.BgClassName
{
background-color: #BB258E;
}
</style>
border-color css
<style>
span { border-color: #BB258E; }
span { border-color: rgb(187,37,142); }
td.TdClassName
{
border-color: #BB258E;
}
.TagClassName
{
border-color: #BB258E;
}
</style>