Shades of Medium Orchid #BB68D6
Tints of Medium Orchid #BB68D6
RGB
CMYK
RGB Variations
Color information
#BB68D6 (or 0xBB68D6) is known color: Medium Orchid. HEX triplet: BB, 68 and D6. RGB value is (187,104,214). Sum of RGB (Red+Green+Blue) = 187+104+214=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68D6 is #449729. Grayscale: #8D8D8D. Windows color (decimal): -4495146 or 14051515. OLE color: 14051515.
HSL color Cylindrical-coordinate representation of color #BB68D6: hue angle of 285.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB68D6 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 104 | 214 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.16 |
| HSL | 285.27º | 0.57% | 0.62% | - |
| HSV(B) | 285.27º | 0.51% | 0.84% | - |
| XYZ | 37.58 | 25.32 | 66.52 | - |
| YUV | 141.36 | 169 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 214 | 0.13 | 0.51 | 0 | 0.16 | 285.27 | 0.57 | 0.62 |
| Hex | BB | 68 | D6 | D | 33 | 0 | 10 | 11D | 39 | 3E |
| Octal | 273 | 150 | 326 | 15 | 63 | 0 | 20 | 435 | 71 | 76 |
| Binary | 10111011 | 1101000 | 11010110 | 1101 | 110011 | 0 | 10000 | 100011101 | 111001 | 111110 |
Color Harmonies of #BB68D6
Complementary color
Monochromatic Colors of #BB68D6
Black with #BB68D6
Text Example
Text Example
White with #BB68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68D6; }
p { color: rgb(187,104,214); }
H1.HeaderClassName
{
color: #BB68D6;
}
.AnyTagClassName
{
color: #BB68D6;
}
</style>
background-color css
<style>
a { background-color: #BB68D6; }
a { background-color: rgb(187,104,214); }
div.DivClassName
{
background-color: #BB68D6;
}
.BgClassName
{
background-color: #BB68D6;
}
</style>
border-color css
<style>
span { border-color: #BB68D6; }
span { border-color: rgb(187,104,214); }
td.TdClassName
{
border-color: #BB68D6;
}
.TagClassName
{
border-color: #BB68D6;
}
</style>