Shades of Medium Orchid #BF6ECD
Tints of Medium Orchid #BF6ECD
RGB
CMYK
RGB Variations
Color information
#BF6ECD (or 0xBF6ECD) is known color: Medium Orchid. HEX triplet: BF, 6E and CD. RGB value is (191,110,205). Sum of RGB (Red+Green+Blue) = 191+110+205=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECD is #409132. Grayscale: #909090. Windows color (decimal): -4231475 or 13463231. OLE color: 13463231.
HSL color Cylindrical-coordinate representation of color #BF6ECD: hue angle of 291.16º degrees, saturation: 0.49, 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 #BF6ECD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 110 | 205 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.20 |
| HSL | 291.16º | 0.49% | 0.62% | - |
| HSV(B) | 291.16º | 0.46% | 0.8% | - |
| XYZ | 38.08 | 26.64 | 60.89 | - |
| YUV | 145.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 205 | 0.07 | 0.46 | 0 | 0.20 | 291.16 | 0.49 | 0.62 |
| Hex | BF | 6E | CD | 7 | 2E | 0 | 14 | 123 | 31 | 3E |
| Octal | 277 | 156 | 315 | 7 | 56 | 0 | 24 | 443 | 61 | 76 |
| Binary | 10111111 | 1101110 | 11001101 | 111 | 101110 | 0 | 10100 | 100100011 | 110001 | 111110 |
Color Harmonies of #BF6ECD
Complementary color
Monochromatic Colors of #BF6ECD
Black with #BF6ECD
Text Example
Text Example
White with #BF6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ECD; }
p { color: rgb(191,110,205); }
H1.HeaderClassName
{
color: #BF6ECD;
}
.AnyTagClassName
{
color: #BF6ECD;
}
</style>
background-color css
<style>
a { background-color: #BF6ECD; }
a { background-color: rgb(191,110,205); }
div.DivClassName
{
background-color: #BF6ECD;
}
.BgClassName
{
background-color: #BF6ECD;
}
</style>
border-color css
<style>
span { border-color: #BF6ECD; }
span { border-color: rgb(191,110,205); }
td.TdClassName
{
border-color: #BF6ECD;
}
.TagClassName
{
border-color: #BF6ECD;
}
</style>