Shades of Medium Orchid #BB66D9
Tints of Medium Orchid #BB66D9
RGB
CMYK
RGB Variations
Color information
#BB66D9 (or 0xBB66D9) is known color: Medium Orchid. HEX triplet: BB, 66 and D9. RGB value is (187,102,217). Sum of RGB (Red+Green+Blue) = 187+102+217=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB66D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66D9 is #449926. Grayscale: #8C8C8C. Windows color (decimal): -4495655 or 14247611. OLE color: 14247611.
HSL color Cylindrical-coordinate representation of color #BB66D9: hue angle of 284.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB66D9 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 102 | 217 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.15 |
| HSL | 284.35º | 0.6% | 0.63% | - |
| HSV(B) | 284.35º | 0.53% | 0.85% | - |
| XYZ | 37.77 | 25.08 | 68.5 | - |
| YUV | 140.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 217 | 0.14 | 0.53 | 0 | 0.15 | 284.35 | 0.6 | 0.63 |
| Hex | BB | 66 | D9 | E | 35 | 0 | F | 11C | 3C | 3F |
| Octal | 273 | 146 | 331 | 16 | 65 | 0 | 17 | 434 | 74 | 77 |
| Binary | 10111011 | 1100110 | 11011001 | 1110 | 110101 | 0 | 1111 | 100011100 | 111100 | 111111 |
Color Harmonies of #BB66D9
Complementary color
Monochromatic Colors of #BB66D9
Black with #BB66D9
Text Example
Text Example
White with #BB66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66D9; }
p { color: rgb(187,102,217); }
H1.HeaderClassName
{
color: #BB66D9;
}
.AnyTagClassName
{
color: #BB66D9;
}
</style>
background-color css
<style>
a { background-color: #BB66D9; }
a { background-color: rgb(187,102,217); }
div.DivClassName
{
background-color: #BB66D9;
}
.BgClassName
{
background-color: #BB66D9;
}
</style>
border-color css
<style>
span { border-color: #BB66D9; }
span { border-color: rgb(187,102,217); }
td.TdClassName
{
border-color: #BB66D9;
}
.TagClassName
{
border-color: #BB66D9;
}
</style>