Shades of Medium Orchid #BF6EE8
Tints of Medium Orchid #BF6EE8
RGB
CMYK
RGB Variations
Color information
#BF6EE8 (or 0xBF6EE8) is known color: Medium Orchid. HEX triplet: BF, 6E and E8. RGB value is (191,110,232). Sum of RGB (Red+Green+Blue) = 191+110+232=533 (70% of max value = 765). Red value is 191 (75% from 255 or 35.83% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF6EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EE8 is #409117. Grayscale: #939393. Windows color (decimal): -4231448 or 15232703. OLE color: 15232703.
HSL color Cylindrical-coordinate representation of color #BF6EE8: hue angle of 279.84º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6EE8 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 110 | 232 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.09 |
| HSL | 279.84º | 0.73% | 0.67% | - |
| HSV(B) | 279.84º | 0.53% | 0.91% | - |
| XYZ | 41.63 | 28.05 | 79.56 | - |
| YUV | 148.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 232 | 0.18 | 0.53 | 0 | 0.09 | 279.84 | 0.73 | 0.67 |
| Hex | BF | 6E | E8 | 12 | 35 | 0 | 9 | 118 | 49 | 43 |
| Octal | 277 | 156 | 350 | 22 | 65 | 0 | 11 | 430 | 111 | 103 |
| Binary | 10111111 | 1101110 | 11101000 | 10010 | 110101 | 0 | 1001 | 100011000 | 1001001 | 1000011 |
Color Harmonies of #BF6EE8
Complementary color
Monochromatic Colors of #BF6EE8
Black with #BF6EE8
Text Example
Text Example
White with #BF6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EE8; }
p { color: rgb(191,110,232); }
H1.HeaderClassName
{
color: #BF6EE8;
}
.AnyTagClassName
{
color: #BF6EE8;
}
</style>
background-color css
<style>
a { background-color: #BF6EE8; }
a { background-color: rgb(191,110,232); }
div.DivClassName
{
background-color: #BF6EE8;
}
.BgClassName
{
background-color: #BF6EE8;
}
</style>
border-color css
<style>
span { border-color: #BF6EE8; }
span { border-color: rgb(191,110,232); }
td.TdClassName
{
border-color: #BF6EE8;
}
.TagClassName
{
border-color: #BF6EE8;
}
</style>