Shades of Medium Orchid #BF66CE
Tints of Medium Orchid #BF66CE
RGB
CMYK
RGB Variations
Color information
#BF66CE (or 0xBF66CE) is known color: Medium Orchid. HEX triplet: BF, 66 and CE. RGB value is (191,102,206). Sum of RGB (Red+Green+Blue) = 191+102+206=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF66CE is #409931. Grayscale: #8C8C8C. Windows color (decimal): -4233522 or 13526719. OLE color: 13526719.
HSL color Cylindrical-coordinate representation of color #BF66CE: hue angle of 291.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF66CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 102 | 206 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.35º | 0.51% | 0.6% | - |
| HSV(B) | 291.35º | 0.5% | 0.81% | - |
| XYZ | 37.38 | 25.04 | 61.25 | - |
| YUV | 140.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 206 | 0.07 | 0.50 | 0 | 0.19 | 291.35 | 0.51 | 0.6 |
| Hex | BF | 66 | CE | 7 | 32 | 0 | 13 | 123 | 33 | 3C |
| Octal | 277 | 146 | 316 | 7 | 62 | 0 | 23 | 443 | 63 | 74 |
| Binary | 10111111 | 1100110 | 11001110 | 111 | 110010 | 0 | 10011 | 100100011 | 110011 | 111100 |
Color Harmonies of #BF66CE
Complementary color
Monochromatic Colors of #BF66CE
Black with #BF66CE
Text Example
Text Example
White with #BF66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF66CE; }
p { color: rgb(191,102,206); }
H1.HeaderClassName
{
color: #BF66CE;
}
.AnyTagClassName
{
color: #BF66CE;
}
</style>
background-color css
<style>
a { background-color: #BF66CE; }
a { background-color: rgb(191,102,206); }
div.DivClassName
{
background-color: #BF66CE;
}
.BgClassName
{
background-color: #BF66CE;
}
</style>
border-color css
<style>
span { border-color: #BF66CE; }
span { border-color: rgb(191,102,206); }
td.TdClassName
{
border-color: #BF66CE;
}
.TagClassName
{
border-color: #BF66CE;
}
</style>