Shades of Medium Orchid #BB66D1
Tints of Medium Orchid #BB66D1
RGB
CMYK
RGB Variations
Color information
#BB66D1 (or 0xBB66D1) is known color: Medium Orchid. HEX triplet: BB, 66 and D1. RGB value is (187,102,209). Sum of RGB (Red+Green+Blue) = 187+102+209=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB66D1 is #44992E. Grayscale: #8B8B8B. Windows color (decimal): -4495663 or 13723323. OLE color: 13723323.
HSL color Cylindrical-coordinate representation of color #BB66D1: hue angle of 287.66º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB66D1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 102 | 209 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.18 |
| HSL | 287.66º | 0.54% | 0.61% | - |
| HSV(B) | 287.66º | 0.51% | 0.82% | - |
| XYZ | 36.75 | 24.67 | 63.15 | - |
| YUV | 139.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 209 | 0.11 | 0.51 | 0 | 0.18 | 287.66 | 0.54 | 0.61 |
| Hex | BB | 66 | D1 | B | 33 | 0 | 12 | 120 | 36 | 3D |
| Octal | 273 | 146 | 321 | 13 | 63 | 0 | 22 | 440 | 66 | 75 |
| Binary | 10111011 | 1100110 | 11010001 | 1011 | 110011 | 0 | 10010 | 100100000 | 110110 | 111101 |
Color Harmonies of #BB66D1
Complementary color
Monochromatic Colors of #BB66D1
Black with #BB66D1
Text Example
Text Example
White with #BB66D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB66D1; }
p { color: rgb(187,102,209); }
H1.HeaderClassName
{
color: #BB66D1;
}
.AnyTagClassName
{
color: #BB66D1;
}
</style>
background-color css
<style>
a { background-color: #BB66D1; }
a { background-color: rgb(187,102,209); }
div.DivClassName
{
background-color: #BB66D1;
}
.BgClassName
{
background-color: #BB66D1;
}
</style>
border-color css
<style>
span { border-color: #BB66D1; }
span { border-color: rgb(187,102,209); }
td.TdClassName
{
border-color: #BB66D1;
}
.TagClassName
{
border-color: #BB66D1;
}
</style>