Shades of Medium Orchid #BB73C9
Tints of Medium Orchid #BB73C9
RGB
CMYK
RGB Variations
Color information
#BB73C9 (or 0xBB73C9) is known color: Medium Orchid. HEX triplet: BB, 73 and C9. RGB value is (187,115,201). Sum of RGB (Red+Green+Blue) = 187+115+201=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB73C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73C9 is #448C36. Grayscale: #929292. Windows color (decimal): -4492343 or 13202363. OLE color: 13202363.
HSL color Cylindrical-coordinate representation of color #BB73C9: hue angle of 290.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB73C9 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 115 | 201 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.21 |
| HSL | 290.23º | 0.44% | 0.62% | - |
| HSV(B) | 290.23º | 0.43% | 0.79% | - |
| XYZ | 37.17 | 27.04 | 58.52 | - |
| YUV | 146.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 201 | 0.07 | 0.43 | 0 | 0.21 | 290.23 | 0.44 | 0.62 |
| Hex | BB | 73 | C9 | 7 | 2B | 0 | 15 | 122 | 2C | 3E |
| Octal | 273 | 163 | 311 | 7 | 53 | 0 | 25 | 442 | 54 | 76 |
| Binary | 10111011 | 1110011 | 11001001 | 111 | 101011 | 0 | 10101 | 100100010 | 101100 | 111110 |
Color Harmonies of #BB73C9
Complementary color
Monochromatic Colors of #BB73C9
Black with #BB73C9
Text Example
Text Example
White with #BB73C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73C9; }
p { color: rgb(187,115,201); }
H1.HeaderClassName
{
color: #BB73C9;
}
.AnyTagClassName
{
color: #BB73C9;
}
</style>
background-color css
<style>
a { background-color: #BB73C9; }
a { background-color: rgb(187,115,201); }
div.DivClassName
{
background-color: #BB73C9;
}
.BgClassName
{
background-color: #BB73C9;
}
</style>
border-color css
<style>
span { border-color: #BB73C9; }
span { border-color: rgb(187,115,201); }
td.TdClassName
{
border-color: #BB73C9;
}
.TagClassName
{
border-color: #BB73C9;
}
</style>