Shades of Medium Orchid #BB68CE
Tints of Medium Orchid #BB68CE
RGB
CMYK
RGB Variations
Color information
#BB68CE (or 0xBB68CE) is known color: Medium Orchid. HEX triplet: BB, 68 and CE. RGB value is (187,104,206). Sum of RGB (Red+Green+Blue) = 187+104+206=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68CE is #449731. Grayscale: #8C8C8C. Windows color (decimal): -4495154 or 13527227. OLE color: 13527227.
HSL color Cylindrical-coordinate representation of color #BB68CE: hue angle of 288.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB68CE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 104 | 206 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 288.82º | 0.51% | 0.61% | - |
| HSV(B) | 288.82º | 0.5% | 0.81% | - |
| XYZ | 36.58 | 24.92 | 61.27 | - |
| YUV | 140.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 206 | 0.09 | 0.50 | 0 | 0.19 | 288.82 | 0.51 | 0.61 |
| Hex | BB | 68 | CE | 9 | 32 | 0 | 13 | 121 | 33 | 3D |
| Octal | 273 | 150 | 316 | 11 | 62 | 0 | 23 | 441 | 63 | 75 |
| Binary | 10111011 | 1101000 | 11001110 | 1001 | 110010 | 0 | 10011 | 100100001 | 110011 | 111101 |
Color Harmonies of #BB68CE
Complementary color
Monochromatic Colors of #BB68CE
Black with #BB68CE
Text Example
Text Example
White with #BB68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68CE; }
p { color: rgb(187,104,206); }
H1.HeaderClassName
{
color: #BB68CE;
}
.AnyTagClassName
{
color: #BB68CE;
}
</style>
background-color css
<style>
a { background-color: #BB68CE; }
a { background-color: rgb(187,104,206); }
div.DivClassName
{
background-color: #BB68CE;
}
.BgClassName
{
background-color: #BB68CE;
}
</style>
border-color css
<style>
span { border-color: #BB68CE; }
span { border-color: rgb(187,104,206); }
td.TdClassName
{
border-color: #BB68CE;
}
.TagClassName
{
border-color: #BB68CE;
}
</style>