Shades of Medium Orchid #BF6ECB
Tints of Medium Orchid #BF6ECB
RGB
CMYK
RGB Variations
Color information
#BF6ECB (or 0xBF6ECB) is known color: Medium Orchid. HEX triplet: BF, 6E and CB. RGB value is (191,110,203). Sum of RGB (Red+Green+Blue) = 191+110+203=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ECB is #409134. Grayscale: #909090. Windows color (decimal): -4231477 or 13332159. OLE color: 13332159.
HSL color Cylindrical-coordinate representation of color #BF6ECB: hue angle of 292.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6ECB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 110 | 203 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.20 |
| HSL | 292.26º | 0.47% | 0.61% | - |
| HSV(B) | 292.26º | 0.46% | 0.8% | - |
| XYZ | 37.84 | 26.54 | 59.63 | - |
| YUV | 144.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 203 | 0.06 | 0.46 | 0 | 0.20 | 292.26 | 0.47 | 0.61 |
| Hex | BF | 6E | CB | 6 | 2E | 0 | 14 | 124 | 2F | 3D |
| Octal | 277 | 156 | 313 | 6 | 56 | 0 | 24 | 444 | 57 | 75 |
| Binary | 10111111 | 1101110 | 11001011 | 110 | 101110 | 0 | 10100 | 100100100 | 101111 | 111101 |
Color Harmonies of #BF6ECB
Complementary color
Monochromatic Colors of #BF6ECB
Black with #BF6ECB
Text Example
Text Example
White with #BF6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ECB; }
p { color: rgb(191,110,203); }
H1.HeaderClassName
{
color: #BF6ECB;
}
.AnyTagClassName
{
color: #BF6ECB;
}
</style>
background-color css
<style>
a { background-color: #BF6ECB; }
a { background-color: rgb(191,110,203); }
div.DivClassName
{
background-color: #BF6ECB;
}
.BgClassName
{
background-color: #BF6ECB;
}
</style>
border-color css
<style>
span { border-color: #BF6ECB; }
span { border-color: rgb(191,110,203); }
td.TdClassName
{
border-color: #BF6ECB;
}
.TagClassName
{
border-color: #BF6ECB;
}
</style>