Shades of Medium Orchid #BB6CCF
Tints of Medium Orchid #BB6CCF
RGB
CMYK
RGB Variations
Color information
#BB6CCF (or 0xBB6CCF) is known color: Medium Orchid. HEX triplet: BB, 6C and CF. RGB value is (187,108,207). Sum of RGB (Red+Green+Blue) = 187+108+207=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6CCF is #449330. Grayscale: #8E8E8E. Windows color (decimal): -4494129 or 13593787. OLE color: 13593787.
HSL color Cylindrical-coordinate representation of color #BB6CCF: hue angle of 287.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6CCF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 108 | 207 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.19 |
| HSL | 287.88º | 0.51% | 0.62% | - |
| HSV(B) | 287.88º | 0.48% | 0.81% | - |
| XYZ | 37.12 | 25.79 | 62.05 | - |
| YUV | 142.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 207 | 0.10 | 0.48 | 0 | 0.19 | 287.88 | 0.51 | 0.62 |
| Hex | BB | 6C | CF | A | 30 | 0 | 13 | 120 | 33 | 3E |
| Octal | 273 | 154 | 317 | 12 | 60 | 0 | 23 | 440 | 63 | 76 |
| Binary | 10111011 | 1101100 | 11001111 | 1010 | 110000 | 0 | 10011 | 100100000 | 110011 | 111110 |
Color Harmonies of #BB6CCF
Complementary color
Monochromatic Colors of #BB6CCF
Black with #BB6CCF
Text Example
Text Example
White with #BB6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6CCF; }
p { color: rgb(187,108,207); }
H1.HeaderClassName
{
color: #BB6CCF;
}
.AnyTagClassName
{
color: #BB6CCF;
}
</style>
background-color css
<style>
a { background-color: #BB6CCF; }
a { background-color: rgb(187,108,207); }
div.DivClassName
{
background-color: #BB6CCF;
}
.BgClassName
{
background-color: #BB6CCF;
}
</style>
border-color css
<style>
span { border-color: #BB6CCF; }
span { border-color: rgb(187,108,207); }
td.TdClassName
{
border-color: #BB6CCF;
}
.TagClassName
{
border-color: #BB6CCF;
}
</style>