Shades of Medium Orchid #BB68EC
Tints of Medium Orchid #BB68EC
RGB
CMYK
RGB Variations
Color information
#BB68EC (or 0xBB68EC) is known color: Medium Orchid. HEX triplet: BB, 68 and EC. RGB value is (187,104,236). Sum of RGB (Red+Green+Blue) = 187+104+236=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68EC is #449713. Grayscale: #8F8F8F. Windows color (decimal): -4495124 or 15493307. OLE color: 15493307.
HSL color Cylindrical-coordinate representation of color #BB68EC: hue angle of 277.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB68EC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 104 | 236 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.07 |
| HSL | 277.73º | 0.78% | 0.67% | - |
| HSV(B) | 277.73º | 0.56% | 0.93% | - |
| XYZ | 40.58 | 26.52 | 82.34 | - |
| YUV | 143.87 | 180 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 236 | 0.21 | 0.56 | 0 | 0.07 | 277.73 | 0.78 | 0.67 |
| Hex | BB | 68 | EC | 15 | 38 | 0 | 7 | 116 | 4E | 43 |
| Octal | 273 | 150 | 354 | 25 | 70 | 0 | 7 | 426 | 116 | 103 |
| Binary | 10111011 | 1101000 | 11101100 | 10101 | 111000 | 0 | 111 | 100010110 | 1001110 | 1000011 |
Color Harmonies of #BB68EC
Complementary color
Monochromatic Colors of #BB68EC
Black with #BB68EC
Text Example
Text Example
White with #BB68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68EC; }
p { color: rgb(187,104,236); }
H1.HeaderClassName
{
color: #BB68EC;
}
.AnyTagClassName
{
color: #BB68EC;
}
</style>
background-color css
<style>
a { background-color: #BB68EC; }
a { background-color: rgb(187,104,236); }
div.DivClassName
{
background-color: #BB68EC;
}
.BgClassName
{
background-color: #BB68EC;
}
</style>
border-color css
<style>
span { border-color: #BB68EC; }
span { border-color: rgb(187,104,236); }
td.TdClassName
{
border-color: #BB68EC;
}
.TagClassName
{
border-color: #BB68EC;
}
</style>