Shades of Medium Orchid #BF69E0
Tints of Medium Orchid #BF69E0
RGB
CMYK
RGB Variations
Color information
#BF69E0 (or 0xBF69E0) is known color: Medium Orchid. HEX triplet: BF, 69 and E0. RGB value is (191,105,224). Sum of RGB (Red+Green+Blue) = 191+105+224=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF69E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69E0 is #40961F. Grayscale: #8F8F8F. Windows color (decimal): -4232736 or 14707135. OLE color: 14707135.
HSL color Cylindrical-coordinate representation of color #BF69E0: hue angle of 283.36º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF69E0 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 105 | 224 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.12 |
| HSL | 283.36º | 0.66% | 0.65% | - |
| HSV(B) | 283.36º | 0.53% | 0.88% | - |
| XYZ | 39.99 | 26.56 | 73.54 | - |
| YUV | 144.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 224 | 0.15 | 0.53 | 0 | 0.12 | 283.36 | 0.66 | 0.65 |
| Hex | BF | 69 | E0 | F | 35 | 0 | C | 11B | 42 | 41 |
| Octal | 277 | 151 | 340 | 17 | 65 | 0 | 14 | 433 | 102 | 101 |
| Binary | 10111111 | 1101001 | 11100000 | 1111 | 110101 | 0 | 1100 | 100011011 | 1000010 | 1000001 |
Color Harmonies of #BF69E0
Complementary color
Monochromatic Colors of #BF69E0
Black with #BF69E0
Text Example
Text Example
White with #BF69E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69E0; }
p { color: rgb(191,105,224); }
H1.HeaderClassName
{
color: #BF69E0;
}
.AnyTagClassName
{
color: #BF69E0;
}
</style>
background-color css
<style>
a { background-color: #BF69E0; }
a { background-color: rgb(191,105,224); }
div.DivClassName
{
background-color: #BF69E0;
}
.BgClassName
{
background-color: #BF69E0;
}
</style>
border-color css
<style>
span { border-color: #BF69E0; }
span { border-color: rgb(191,105,224); }
td.TdClassName
{
border-color: #BF69E0;
}
.TagClassName
{
border-color: #BF69E0;
}
</style>