Shades of Medium Violet Red #BB23A3
Tints of Medium Violet Red #BB23A3
RGB
CMYK
RGB Variations
Color information
#BB23A3 (or 0xBB23A3) is known color: Medium Violet Red. HEX triplet: BB, 23 and A3. RGB value is (187,35,163). Sum of RGB (Red+Green+Blue) = 187+35+163=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB23A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB23A3 is #44DC5C. Grayscale: #5E5E5E. Windows color (decimal): -4512861 or 10691515. OLE color: 10691515.
HSL color Cylindrical-coordinate representation of color #BB23A3: hue angle of 309.47º 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 #BB23A3 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 163 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.27 |
| HSL | 309.47º | 0.68% | 0.44% | - |
| HSV(B) | 309.47º | 0.81% | 0.73% | - |
| XYZ | 27.71 | 14.41 | 35.97 | - |
| YUV | 95.04 | 166.36 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 163 | 0 | 0.81 | 0.13 | 0.27 | 309.47 | 0.68 | 0.44 |
| Hex | BB | 23 | A3 | 0 | 51 | D | 1B | 135 | 44 | 2C |
| Octal | 273 | 43 | 243 | 0 | 121 | 15 | 33 | 465 | 104 | 54 |
| Binary | 10111011 | 100011 | 10100011 | 0 | 1010001 | 1101 | 11011 | 100110101 | 1000100 | 101100 |
Color Harmonies of #BB23A3
Complementary color
Monochromatic Colors of #BB23A3
Black with #BB23A3
Text Example
Text Example
White with #BB23A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB23A3; }
p { color: rgb(187,35,163); }
H1.HeaderClassName
{
color: #BB23A3;
}
.AnyTagClassName
{
color: #BB23A3;
}
</style>
background-color css
<style>
a { background-color: #BB23A3; }
a { background-color: rgb(187,35,163); }
div.DivClassName
{
background-color: #BB23A3;
}
.BgClassName
{
background-color: #BB23A3;
}
</style>
border-color css
<style>
span { border-color: #BB23A3; }
span { border-color: rgb(187,35,163); }
td.TdClassName
{
border-color: #BB23A3;
}
.TagClassName
{
border-color: #BB23A3;
}
</style>