Shades of Medium Orchid #BB68CF
Tints of Medium Orchid #BB68CF
RGB
CMYK
RGB Variations
Color information
#BB68CF (or 0xBB68CF) is known color: Medium Orchid. HEX triplet: BB, 68 and CF. RGB value is (187,104,207). Sum of RGB (Red+Green+Blue) = 187+104+207=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68CF is #449730. Grayscale: #8C8C8C. Windows color (decimal): -4495153 or 13592763. OLE color: 13592763.
HSL color Cylindrical-coordinate representation of color #BB68CF: hue angle of 288.35º degrees, saturation: 0.52, 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 #BB68CF is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 104 | 207 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.19 |
| HSL | 288.35º | 0.52% | 0.61% | - |
| HSV(B) | 288.35º | 0.5% | 0.81% | - |
| XYZ | 36.71 | 24.97 | 61.92 | - |
| YUV | 140.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 207 | 0.10 | 0.50 | 0 | 0.19 | 288.35 | 0.52 | 0.61 |
| Hex | BB | 68 | CF | A | 32 | 0 | 13 | 120 | 34 | 3D |
| Octal | 273 | 150 | 317 | 12 | 62 | 0 | 23 | 440 | 64 | 75 |
| Binary | 10111011 | 1101000 | 11001111 | 1010 | 110010 | 0 | 10011 | 100100000 | 110100 | 111101 |
Color Harmonies of #BB68CF
Complementary color
Monochromatic Colors of #BB68CF
Black with #BB68CF
Text Example
Text Example
White with #BB68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68CF; }
p { color: rgb(187,104,207); }
H1.HeaderClassName
{
color: #BB68CF;
}
.AnyTagClassName
{
color: #BB68CF;
}
</style>
background-color css
<style>
a { background-color: #BB68CF; }
a { background-color: rgb(187,104,207); }
div.DivClassName
{
background-color: #BB68CF;
}
.BgClassName
{
background-color: #BB68CF;
}
</style>
border-color css
<style>
span { border-color: #BB68CF; }
span { border-color: rgb(187,104,207); }
td.TdClassName
{
border-color: #BB68CF;
}
.TagClassName
{
border-color: #BB68CF;
}
</style>