Shades of Medium Orchid #BB68DD
Tints of Medium Orchid #BB68DD
RGB
CMYK
RGB Variations
Color information
#BB68DD (or 0xBB68DD) is known color: Medium Orchid. HEX triplet: BB, 68 and DD. RGB value is (187,104,221). Sum of RGB (Red+Green+Blue) = 187+104+221=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68DD is #449722. Grayscale: #8D8D8D. Windows color (decimal): -4495139 or 14510267. OLE color: 14510267.
HSL color Cylindrical-coordinate representation of color #BB68DD: hue angle of 282.56º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB68DD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 104 | 221 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 282.56º | 0.63% | 0.64% | - |
| HSV(B) | 282.56º | 0.53% | 0.87% | - |
| XYZ | 38.49 | 25.69 | 71.34 | - |
| YUV | 142.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 221 | 0.15 | 0.53 | 0 | 0.13 | 282.56 | 0.63 | 0.64 |
| Hex | BB | 68 | DD | F | 35 | 0 | D | 11B | 3F | 40 |
| Octal | 273 | 150 | 335 | 17 | 65 | 0 | 15 | 433 | 77 | 100 |
| Binary | 10111011 | 1101000 | 11011101 | 1111 | 110101 | 0 | 1101 | 100011011 | 111111 | 1000000 |
Color Harmonies of #BB68DD
Complementary color
Monochromatic Colors of #BB68DD
Black with #BB68DD
Text Example
Text Example
White with #BB68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68DD; }
p { color: rgb(187,104,221); }
H1.HeaderClassName
{
color: #BB68DD;
}
.AnyTagClassName
{
color: #BB68DD;
}
</style>
background-color css
<style>
a { background-color: #BB68DD; }
a { background-color: rgb(187,104,221); }
div.DivClassName
{
background-color: #BB68DD;
}
.BgClassName
{
background-color: #BB68DD;
}
</style>
border-color css
<style>
span { border-color: #BB68DD; }
span { border-color: rgb(187,104,221); }
td.TdClassName
{
border-color: #BB68DD;
}
.TagClassName
{
border-color: #BB68DD;
}
</style>