Shades of Medium Red Violet #BB258C
Tints of Medium Red Violet #BB258C
RGB
CMYK
RGB Variations
Color information
#BB258C (or 0xBB258C) is known color: Medium Red Violet. HEX triplet: BB, 25 and 8C. RGB value is (187,37,140). Sum of RGB (Red+Green+Blue) = 187+37+140=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB258C is #44DA73. Grayscale: #5D5D5D. Windows color (decimal): -4512372 or 9184699. OLE color: 9184699.
HSL color Cylindrical-coordinate representation of color #BB258C: hue angle of 318.8º 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 #BB258C is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 140 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.27 |
| HSL | 318.8º | 0.67% | 0.44% | - |
| HSV(B) | 318.8º | 0.8% | 0.73% | - |
| XYZ | 25.89 | 13.78 | 26.11 | - |
| YUV | 93.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 140 | 0 | 0.80 | 0.25 | 0.27 | 318.8 | 0.67 | 0.44 |
| Hex | BB | 25 | 8C | 0 | 50 | 19 | 1B | 13F | 43 | 2C |
| Octal | 273 | 45 | 214 | 0 | 120 | 31 | 33 | 477 | 103 | 54 |
| Binary | 10111011 | 100101 | 10001100 | 0 | 1010000 | 11001 | 11011 | 100111111 | 1000011 | 101100 |
Color Harmonies of #BB258C
Complementary color
Monochromatic Colors of #BB258C
Black with #BB258C
Text Example
Text Example
White with #BB258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB258C; }
p { color: rgb(187,37,140); }
H1.HeaderClassName
{
color: #BB258C;
}
.AnyTagClassName
{
color: #BB258C;
}
</style>
background-color css
<style>
a { background-color: #BB258C; }
a { background-color: rgb(187,37,140); }
div.DivClassName
{
background-color: #BB258C;
}
.BgClassName
{
background-color: #BB258C;
}
</style>
border-color css
<style>
span { border-color: #BB258C; }
span { border-color: rgb(187,37,140); }
td.TdClassName
{
border-color: #BB258C;
}
.TagClassName
{
border-color: #BB258C;
}
</style>