Shades of Medium Violet Red #BB23AC
Tints of Medium Violet Red #BB23AC
RGB
CMYK
RGB Variations
Color information
#BB23AC (or 0xBB23AC) is known color: Medium Violet Red. HEX triplet: BB, 23 and AC. RGB value is (187,35,172). Sum of RGB (Red+Green+Blue) = 187+35+172=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23AC is #44DC53. Grayscale: #5F5F5F. Windows color (decimal): -4512852 or 11281339. OLE color: 11281339.
HSL color Cylindrical-coordinate representation of color #BB23AC: hue angle of 305.92º 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 #BB23AC is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 172 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.27 |
| HSL | 305.92º | 0.68% | 0.44% | - |
| HSV(B) | 305.92º | 0.81% | 0.73% | - |
| XYZ | 28.54 | 14.75 | 40.37 | - |
| YUV | 96.07 | 170.86 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 172 | 0 | 0.81 | 0.08 | 0.27 | 305.92 | 0.68 | 0.44 |
| Hex | BB | 23 | AC | 0 | 51 | 8 | 1B | 132 | 44 | 2C |
| Octal | 273 | 43 | 254 | 0 | 121 | 10 | 33 | 462 | 104 | 54 |
| Binary | 10111011 | 100011 | 10101100 | 0 | 1010001 | 1000 | 11011 | 100110010 | 1000100 | 101100 |
Color Harmonies of #BB23AC
Complementary color
Monochromatic Colors of #BB23AC
Black with #BB23AC
Text Example
Text Example
White with #BB23AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23AC; }
p { color: rgb(187,35,172); }
H1.HeaderClassName
{
color: #BB23AC;
}
.AnyTagClassName
{
color: #BB23AC;
}
</style>
background-color css
<style>
a { background-color: #BB23AC; }
a { background-color: rgb(187,35,172); }
div.DivClassName
{
background-color: #BB23AC;
}
.BgClassName
{
background-color: #BB23AC;
}
</style>
border-color css
<style>
span { border-color: #BB23AC; }
span { border-color: rgb(187,35,172); }
td.TdClassName
{
border-color: #BB23AC;
}
.TagClassName
{
border-color: #BB23AC;
}
</style>