Shades of Medium Orchid #BF6EE4
Tints of Medium Orchid #BF6EE4
RGB
CMYK
RGB Variations
Color information
#BF6EE4 (or 0xBF6EE4) is known color: Medium Orchid. HEX triplet: BF, 6E and E4. RGB value is (191,110,228). Sum of RGB (Red+Green+Blue) = 191+110+228=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6EE4 is #40911B. Grayscale: #939393. Windows color (decimal): -4231452 or 14970559. OLE color: 14970559.
HSL color Cylindrical-coordinate representation of color #BF6EE4: hue angle of 281.19º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6EE4 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 110 | 228 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.11 |
| HSL | 281.19º | 0.69% | 0.66% | - |
| HSV(B) | 281.19º | 0.52% | 0.89% | - |
| XYZ | 41.07 | 27.83 | 76.61 | - |
| YUV | 147.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 228 | 0.16 | 0.52 | 0 | 0.11 | 281.19 | 0.69 | 0.66 |
| Hex | BF | 6E | E4 | 10 | 34 | 0 | B | 119 | 45 | 42 |
| Octal | 277 | 156 | 344 | 20 | 64 | 0 | 13 | 431 | 105 | 102 |
| Binary | 10111111 | 1101110 | 11100100 | 10000 | 110100 | 0 | 1011 | 100011001 | 1000101 | 1000010 |
Color Harmonies of #BF6EE4
Complementary color
Monochromatic Colors of #BF6EE4
Black with #BF6EE4
Text Example
Text Example
White with #BF6EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EE4; }
p { color: rgb(191,110,228); }
H1.HeaderClassName
{
color: #BF6EE4;
}
.AnyTagClassName
{
color: #BF6EE4;
}
</style>
background-color css
<style>
a { background-color: #BF6EE4; }
a { background-color: rgb(191,110,228); }
div.DivClassName
{
background-color: #BF6EE4;
}
.BgClassName
{
background-color: #BF6EE4;
}
</style>
border-color css
<style>
span { border-color: #BF6EE4; }
span { border-color: rgb(191,110,228); }
td.TdClassName
{
border-color: #BF6EE4;
}
.TagClassName
{
border-color: #BF6EE4;
}
</style>