Shades of Medium Red Violet #BB259C
Tints of Medium Red Violet #BB259C
RGB
CMYK
RGB Variations
Color information
#BB259C (or 0xBB259C) is known color: Medium Red Violet. HEX triplet: BB, 25 and 9C. RGB value is (187,37,156). Sum of RGB (Red+Green+Blue) = 187+37+156=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB259C is #44DA63. Grayscale: #5F5F5F. Windows color (decimal): -4512356 or 10233275. OLE color: 10233275.
HSL color Cylindrical-coordinate representation of color #BB259C: hue angle of 312.4º 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 #BB259C is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 156 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.27 |
| HSL | 312.4º | 0.67% | 0.44% | - |
| HSV(B) | 312.4º | 0.8% | 0.73% | - |
| XYZ | 27.16 | 14.29 | 32.78 | - |
| YUV | 95.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 156 | 0 | 0.80 | 0.17 | 0.27 | 312.4 | 0.67 | 0.44 |
| Hex | BB | 25 | 9C | 0 | 50 | 11 | 1B | 138 | 43 | 2C |
| Octal | 273 | 45 | 234 | 0 | 120 | 21 | 33 | 470 | 103 | 54 |
| Binary | 10111011 | 100101 | 10011100 | 0 | 1010000 | 10001 | 11011 | 100111000 | 1000011 | 101100 |
Color Harmonies of #BB259C
Complementary color
Monochromatic Colors of #BB259C
Black with #BB259C
Text Example
Text Example
White with #BB259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB259C; }
p { color: rgb(187,37,156); }
H1.HeaderClassName
{
color: #BB259C;
}
.AnyTagClassName
{
color: #BB259C;
}
</style>
background-color css
<style>
a { background-color: #BB259C; }
a { background-color: rgb(187,37,156); }
div.DivClassName
{
background-color: #BB259C;
}
.BgClassName
{
background-color: #BB259C;
}
</style>
border-color css
<style>
span { border-color: #BB259C; }
span { border-color: rgb(187,37,156); }
td.TdClassName
{
border-color: #BB259C;
}
.TagClassName
{
border-color: #BB259C;
}
</style>