Shades of Medium Orchid #BF6ECC
Tints of Medium Orchid #BF6ECC
RGB
CMYK
RGB Variations
Color information
#BF6ECC (or 0xBF6ECC) is known color: Medium Orchid. HEX triplet: BF, 6E and CC. RGB value is (191,110,204). Sum of RGB (Red+Green+Blue) = 191+110+204=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECC is #409133. Grayscale: #909090. Windows color (decimal): -4231476 or 13397695. OLE color: 13397695.
HSL color Cylindrical-coordinate representation of color #BF6ECC: hue angle of 291.7º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6ECC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 110 | 204 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.2 |
| HSL | 291.7º | 0.48% | 0.62% | - |
| HSV(B) | 291.7º | 0.46% | 0.8% | - |
| XYZ | 37.96 | 26.59 | 60.26 | - |
| YUV | 144.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 204 | 0.06 | 0.46 | 0 | 0.2 | 291.7 | 0.48 | 0.62 |
| Hex | BF | 6E | CC | 6 | 2E | 0 | 14 | 124 | 30 | 3E |
| Octal | 277 | 156 | 314 | 6 | 56 | 0 | 24 | 444 | 60 | 76 |
| Binary | 10111111 | 1101110 | 11001100 | 110 | 101110 | 0 | 10100 | 100100100 | 110000 | 111110 |
Color Harmonies of #BF6ECC
Complementary color
Monochromatic Colors of #BF6ECC
Black with #BF6ECC
Text Example
Text Example
White with #BF6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ECC; }
p { color: rgb(191,110,204); }
H1.HeaderClassName
{
color: #BF6ECC;
}
.AnyTagClassName
{
color: #BF6ECC;
}
</style>
background-color css
<style>
a { background-color: #BF6ECC; }
a { background-color: rgb(191,110,204); }
div.DivClassName
{
background-color: #BF6ECC;
}
.BgClassName
{
background-color: #BF6ECC;
}
</style>
border-color css
<style>
span { border-color: #BF6ECC; }
span { border-color: rgb(191,110,204); }
td.TdClassName
{
border-color: #BF6ECC;
}
.TagClassName
{
border-color: #BF6ECC;
}
</style>