Shades of Medium Orchid #BF67EE
Tints of Medium Orchid #BF67EE
RGB
CMYK
RGB Variations
Color information
#BF67EE (or 0xBF67EE) is known color: Medium Orchid. HEX triplet: BF, 67 and EE. RGB value is (191,103,238). Sum of RGB (Red+Green+Blue) = 191+103+238=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 103 (40.62% from 255 or 19.36% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67EE is #409811. Grayscale: #909090. Windows color (decimal): -4233234 or 15624127. OLE color: 15624127.
HSL color Cylindrical-coordinate representation of color #BF67EE: hue angle of 279.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF67EE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 103 | 238 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.07 |
| HSL | 279.11º | 0.8% | 0.67% | - |
| HSV(B) | 279.11º | 0.57% | 0.93% | - |
| XYZ | 41.77 | 26.95 | 83.89 | - |
| YUV | 144.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 238 | 0.20 | 0.57 | 0 | 0.07 | 279.11 | 0.8 | 0.67 |
| Hex | BF | 67 | EE | 14 | 39 | 0 | 7 | 117 | 50 | 43 |
| Octal | 277 | 147 | 356 | 24 | 71 | 0 | 7 | 427 | 120 | 103 |
| Binary | 10111111 | 1100111 | 11101110 | 10100 | 111001 | 0 | 111 | 100010111 | 1010000 | 1000011 |
Color Harmonies of #BF67EE
Complementary color
Monochromatic Colors of #BF67EE
Black with #BF67EE
Text Example
Text Example
White with #BF67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67EE; }
p { color: rgb(191,103,238); }
H1.HeaderClassName
{
color: #BF67EE;
}
.AnyTagClassName
{
color: #BF67EE;
}
</style>
background-color css
<style>
a { background-color: #BF67EE; }
a { background-color: rgb(191,103,238); }
div.DivClassName
{
background-color: #BF67EE;
}
.BgClassName
{
background-color: #BF67EE;
}
</style>
border-color css
<style>
span { border-color: #BF67EE; }
span { border-color: rgb(191,103,238); }
td.TdClassName
{
border-color: #BF67EE;
}
.TagClassName
{
border-color: #BF67EE;
}
</style>