Shades of Medium Orchid #BB6DCF
Tints of Medium Orchid #BB6DCF
RGB
CMYK
RGB Variations
Color information
#BB6DCF (or 0xBB6DCF) is known color: Medium Orchid. HEX triplet: BB, 6D and CF. RGB value is (187,109,207). Sum of RGB (Red+Green+Blue) = 187+109+207=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DCF is #449230. Grayscale: #8F8F8F. Windows color (decimal): -4493873 or 13594043. OLE color: 13594043.
HSL color Cylindrical-coordinate representation of color #BB6DCF: hue angle of 287.76º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6DCF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 109 | 207 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.19 |
| HSL | 287.76º | 0.51% | 0.62% | - |
| HSV(B) | 287.76º | 0.47% | 0.81% | - |
| XYZ | 37.22 | 26.01 | 62.09 | - |
| YUV | 143.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 207 | 0.10 | 0.47 | 0 | 0.19 | 287.76 | 0.51 | 0.62 |
| Hex | BB | 6D | CF | A | 2F | 0 | 13 | 120 | 33 | 3E |
| Octal | 273 | 155 | 317 | 12 | 57 | 0 | 23 | 440 | 63 | 76 |
| Binary | 10111011 | 1101101 | 11001111 | 1010 | 101111 | 0 | 10011 | 100100000 | 110011 | 111110 |
Color Harmonies of #BB6DCF
Complementary color
Monochromatic Colors of #BB6DCF
Black with #BB6DCF
Text Example
Text Example
White with #BB6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DCF; }
p { color: rgb(187,109,207); }
H1.HeaderClassName
{
color: #BB6DCF;
}
.AnyTagClassName
{
color: #BB6DCF;
}
</style>
background-color css
<style>
a { background-color: #BB6DCF; }
a { background-color: rgb(187,109,207); }
div.DivClassName
{
background-color: #BB6DCF;
}
.BgClassName
{
background-color: #BB6DCF;
}
</style>
border-color css
<style>
span { border-color: #BB6DCF; }
span { border-color: rgb(187,109,207); }
td.TdClassName
{
border-color: #BB6DCF;
}
.TagClassName
{
border-color: #BB6DCF;
}
</style>