Shades of Medium Orchid #BF6EEA
Tints of Medium Orchid #BF6EEA
RGB
CMYK
RGB Variations
Color information
#BF6EEA (or 0xBF6EEA) is known color: Medium Orchid. HEX triplet: BF, 6E and EA. RGB value is (191,110,234). Sum of RGB (Red+Green+Blue) = 191+110+234=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EEA is #409115. Grayscale: #939393. Windows color (decimal): -4231446 or 15363775. OLE color: 15363775.
HSL color Cylindrical-coordinate representation of color #BF6EEA: hue angle of 279.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6EEA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 110 | 234 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.08 |
| HSL | 279.19º | 0.75% | 0.67% | - |
| HSV(B) | 279.19º | 0.53% | 0.92% | - |
| XYZ | 41.91 | 28.17 | 81.07 | - |
| YUV | 148.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 234 | 0.18 | 0.53 | 0 | 0.08 | 279.19 | 0.75 | 0.67 |
| Hex | BF | 6E | EA | 12 | 35 | 0 | 8 | 117 | 4B | 43 |
| Octal | 277 | 156 | 352 | 22 | 65 | 0 | 10 | 427 | 113 | 103 |
| Binary | 10111111 | 1101110 | 11101010 | 10010 | 110101 | 0 | 1000 | 100010111 | 1001011 | 1000011 |
Color Harmonies of #BF6EEA
Complementary color
Monochromatic Colors of #BF6EEA
Black with #BF6EEA
Text Example
Text Example
White with #BF6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EEA; }
p { color: rgb(191,110,234); }
H1.HeaderClassName
{
color: #BF6EEA;
}
.AnyTagClassName
{
color: #BF6EEA;
}
</style>
background-color css
<style>
a { background-color: #BF6EEA; }
a { background-color: rgb(191,110,234); }
div.DivClassName
{
background-color: #BF6EEA;
}
.BgClassName
{
background-color: #BF6EEA;
}
</style>
border-color css
<style>
span { border-color: #BF6EEA; }
span { border-color: rgb(191,110,234); }
td.TdClassName
{
border-color: #BF6EEA;
}
.TagClassName
{
border-color: #BF6EEA;
}
</style>