Shades of Medium Orchid #BB76C8
Tints of Medium Orchid #BB76C8
RGB
CMYK
RGB Variations
Color information
#BB76C8 (or 0xBB76C8) is known color: Medium Orchid. HEX triplet: BB, 76 and C8. RGB value is (187,118,200). Sum of RGB (Red+Green+Blue) = 187+118+200=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 118 (46.48% from 255 or 23.37% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76C8 is #448937. Grayscale: #939393. Windows color (decimal): -4491576 or 13137595. OLE color: 13137595.
HSL color Cylindrical-coordinate representation of color #BB76C8: hue angle of 290.49º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB76C8 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 118 | 200 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.22 |
| HSL | 290.49º | 0.43% | 0.62% | - |
| HSV(B) | 290.49º | 0.41% | 0.78% | - |
| XYZ | 37.4 | 27.69 | 58.02 | - |
| YUV | 147.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 200 | 0.06 | 0.41 | 0 | 0.22 | 290.49 | 0.43 | 0.62 |
| Hex | BB | 76 | C8 | 6 | 29 | 0 | 16 | 122 | 2B | 3E |
| Octal | 273 | 166 | 310 | 6 | 51 | 0 | 26 | 442 | 53 | 76 |
| Binary | 10111011 | 1110110 | 11001000 | 110 | 101001 | 0 | 10110 | 100100010 | 101011 | 111110 |
Color Harmonies of #BB76C8
Complementary color
Monochromatic Colors of #BB76C8
Black with #BB76C8
Text Example
Text Example
White with #BB76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB76C8; }
p { color: rgb(187,118,200); }
H1.HeaderClassName
{
color: #BB76C8;
}
.AnyTagClassName
{
color: #BB76C8;
}
</style>
background-color css
<style>
a { background-color: #BB76C8; }
a { background-color: rgb(187,118,200); }
div.DivClassName
{
background-color: #BB76C8;
}
.BgClassName
{
background-color: #BB76C8;
}
</style>
border-color css
<style>
span { border-color: #BB76C8; }
span { border-color: rgb(187,118,200); }
td.TdClassName
{
border-color: #BB76C8;
}
.TagClassName
{
border-color: #BB76C8;
}
</style>