Shades of Medium Orchid #BF6CEE
Tints of Medium Orchid #BF6CEE
RGB
CMYK
RGB Variations
Color information
#BF6CEE (or 0xBF6CEE) is known color: Medium Orchid. HEX triplet: BF, 6C and EE. RGB value is (191,108,238). Sum of RGB (Red+Green+Blue) = 191+108+238=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF6CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CEE is #409311. Grayscale: #939393. Windows color (decimal): -4231954 or 15625407. OLE color: 15625407.
HSL color Cylindrical-coordinate representation of color #BF6CEE: hue angle of 278.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6CEE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 108 | 238 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.07 |
| HSL | 278.31º | 0.79% | 0.68% | - |
| HSV(B) | 278.31º | 0.55% | 0.93% | - |
| XYZ | 42.28 | 27.97 | 84.06 | - |
| YUV | 147.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 238 | 0.20 | 0.55 | 0 | 0.07 | 278.31 | 0.79 | 0.68 |
| Hex | BF | 6C | EE | 14 | 37 | 0 | 7 | 116 | 4F | 44 |
| Octal | 277 | 154 | 356 | 24 | 67 | 0 | 7 | 426 | 117 | 104 |
| Binary | 10111111 | 1101100 | 11101110 | 10100 | 110111 | 0 | 111 | 100010110 | 1001111 | 1000100 |
Color Harmonies of #BF6CEE
Complementary color
Monochromatic Colors of #BF6CEE
Black with #BF6CEE
Text Example
Text Example
White with #BF6CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CEE; }
p { color: rgb(191,108,238); }
H1.HeaderClassName
{
color: #BF6CEE;
}
.AnyTagClassName
{
color: #BF6CEE;
}
</style>
background-color css
<style>
a { background-color: #BF6CEE; }
a { background-color: rgb(191,108,238); }
div.DivClassName
{
background-color: #BF6CEE;
}
.BgClassName
{
background-color: #BF6CEE;
}
</style>
border-color css
<style>
span { border-color: #BF6CEE; }
span { border-color: rgb(191,108,238); }
td.TdClassName
{
border-color: #BF6CEE;
}
.TagClassName
{
border-color: #BF6CEE;
}
</style>