Shades of Medium Violet Red #BB23A8
Tints of Medium Violet Red #BB23A8
RGB
CMYK
RGB Variations
Color information
#BB23A8 (or 0xBB23A8) is known color: Medium Violet Red. HEX triplet: BB, 23 and A8. RGB value is (187,35,168). Sum of RGB (Red+Green+Blue) = 187+35+168=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23A8 is #44DC57. Grayscale: #5F5F5F. Windows color (decimal): -4512856 or 11019195. OLE color: 11019195.
HSL color Cylindrical-coordinate representation of color #BB23A8: hue angle of 307.5º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB23A8 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 168 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.27 |
| HSL | 307.5º | 0.68% | 0.44% | - |
| HSV(B) | 307.5º | 0.81% | 0.73% | - |
| XYZ | 28.16 | 14.59 | 38.38 | - |
| YUV | 95.61 | 168.86 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 168 | 0 | 0.81 | 0.10 | 0.27 | 307.5 | 0.68 | 0.44 |
| Hex | BB | 23 | A8 | 0 | 51 | A | 1B | 134 | 44 | 2C |
| Octal | 273 | 43 | 250 | 0 | 121 | 12 | 33 | 464 | 104 | 54 |
| Binary | 10111011 | 100011 | 10101000 | 0 | 1010001 | 1010 | 11011 | 100110100 | 1000100 | 101100 |
Color Harmonies of #BB23A8
Complementary color
Monochromatic Colors of #BB23A8
Black with #BB23A8
Text Example
Text Example
White with #BB23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23A8; }
p { color: rgb(187,35,168); }
H1.HeaderClassName
{
color: #BB23A8;
}
.AnyTagClassName
{
color: #BB23A8;
}
</style>
background-color css
<style>
a { background-color: #BB23A8; }
a { background-color: rgb(187,35,168); }
div.DivClassName
{
background-color: #BB23A8;
}
.BgClassName
{
background-color: #BB23A8;
}
</style>
border-color css
<style>
span { border-color: #BB23A8; }
span { border-color: rgb(187,35,168); }
td.TdClassName
{
border-color: #BB23A8;
}
.TagClassName
{
border-color: #BB23A8;
}
</style>