Shades of Medium Orchid #BF69CE
Tints of Medium Orchid #BF69CE
RGB
CMYK
RGB Variations
Color information
#BF69CE (or 0xBF69CE) is known color: Medium Orchid. HEX triplet: BF, 69 and CE. RGB value is (191,105,206). Sum of RGB (Red+Green+Blue) = 191+105+206=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69CE is #409631. Grayscale: #8D8D8D. Windows color (decimal): -4232754 or 13527487. OLE color: 13527487.
HSL color Cylindrical-coordinate representation of color #BF69CE: hue angle of 291.09º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF69CE is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 105 | 206 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.19 |
| HSL | 291.09º | 0.51% | 0.61% | - |
| HSV(B) | 291.09º | 0.49% | 0.81% | - |
| XYZ | 37.68 | 25.64 | 61.35 | - |
| YUV | 142.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 206 | 0.07 | 0.49 | 0 | 0.19 | 291.09 | 0.51 | 0.61 |
| Hex | BF | 69 | CE | 7 | 31 | 0 | 13 | 123 | 33 | 3D |
| Octal | 277 | 151 | 316 | 7 | 61 | 0 | 23 | 443 | 63 | 75 |
| Binary | 10111111 | 1101001 | 11001110 | 111 | 110001 | 0 | 10011 | 100100011 | 110011 | 111101 |
Color Harmonies of #BF69CE
Complementary color
Monochromatic Colors of #BF69CE
Black with #BF69CE
Text Example
Text Example
White with #BF69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69CE; }
p { color: rgb(191,105,206); }
H1.HeaderClassName
{
color: #BF69CE;
}
.AnyTagClassName
{
color: #BF69CE;
}
</style>
background-color css
<style>
a { background-color: #BF69CE; }
a { background-color: rgb(191,105,206); }
div.DivClassName
{
background-color: #BF69CE;
}
.BgClassName
{
background-color: #BF69CE;
}
</style>
border-color css
<style>
span { border-color: #BF69CE; }
span { border-color: rgb(191,105,206); }
td.TdClassName
{
border-color: #BF69CE;
}
.TagClassName
{
border-color: #BF69CE;
}
</style>