Shades of Medium Orchid #BB74C9
Tints of Medium Orchid #BB74C9
RGB
CMYK
RGB Variations
Color information
#BB74C9 (or 0xBB74C9) is known color: Medium Orchid. HEX triplet: BB, 74 and C9. RGB value is (187,116,201). Sum of RGB (Red+Green+Blue) = 187+116+201=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74C9 is #448B36. Grayscale: #929292. Windows color (decimal): -4492087 or 13202619. OLE color: 13202619.
HSL color Cylindrical-coordinate representation of color #BB74C9: hue angle of 290.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB74C9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 116 | 201 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.21 |
| HSL | 290.12º | 0.44% | 0.62% | - |
| HSV(B) | 290.12º | 0.42% | 0.79% | - |
| XYZ | 37.28 | 27.27 | 58.56 | - |
| YUV | 146.92 | 158.52 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 201 | 0.07 | 0.42 | 0 | 0.21 | 290.12 | 0.44 | 0.62 |
| Hex | BB | 74 | C9 | 7 | 2A | 0 | 15 | 122 | 2C | 3E |
| Octal | 273 | 164 | 311 | 7 | 52 | 0 | 25 | 442 | 54 | 76 |
| Binary | 10111011 | 1110100 | 11001001 | 111 | 101010 | 0 | 10101 | 100100010 | 101100 | 111110 |
Color Harmonies of #BB74C9
Complementary color
Monochromatic Colors of #BB74C9
Black with #BB74C9
Text Example
Text Example
White with #BB74C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB74C9; }
p { color: rgb(187,116,201); }
H1.HeaderClassName
{
color: #BB74C9;
}
.AnyTagClassName
{
color: #BB74C9;
}
</style>
background-color css
<style>
a { background-color: #BB74C9; }
a { background-color: rgb(187,116,201); }
div.DivClassName
{
background-color: #BB74C9;
}
.BgClassName
{
background-color: #BB74C9;
}
</style>
border-color css
<style>
span { border-color: #BB74C9; }
span { border-color: rgb(187,116,201); }
td.TdClassName
{
border-color: #BB74C9;
}
.TagClassName
{
border-color: #BB74C9;
}
</style>