Shades of Medium Orchid #BF64CE
Tints of Medium Orchid #BF64CE
RGB
CMYK
RGB Variations
Color information
#BF64CE (or 0xBF64CE) is known color: Medium Orchid. HEX triplet: BF, 64 and CE. RGB value is (191,100,206). Sum of RGB (Red+Green+Blue) = 191+100+206=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CE is #409B31. Grayscale: #8A8A8A. Windows color (decimal): -4234034 or 13526207. OLE color: 13526207.
HSL color Cylindrical-coordinate representation of color #BF64CE: hue angle of 291.51º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF64CE is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 100 | 206 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.19 |
| HSL | 291.51º | 0.52% | 0.6% | - |
| HSV(B) | 291.51º | 0.51% | 0.81% | - |
| XYZ | 37.18 | 24.65 | 61.19 | - |
| YUV | 139.29 | 165.65 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 206 | 0.07 | 0.51 | 0 | 0.19 | 291.51 | 0.52 | 0.6 |
| Hex | BF | 64 | CE | 7 | 33 | 0 | 13 | 124 | 34 | 3C |
| Octal | 277 | 144 | 316 | 7 | 63 | 0 | 23 | 444 | 64 | 74 |
| Binary | 10111111 | 1100100 | 11001110 | 111 | 110011 | 0 | 10011 | 100100100 | 110100 | 111100 |
Color Harmonies of #BF64CE
Complementary color
Monochromatic Colors of #BF64CE
Black with #BF64CE
Text Example
Text Example
White with #BF64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64CE; }
p { color: rgb(191,100,206); }
H1.HeaderClassName
{
color: #BF64CE;
}
.AnyTagClassName
{
color: #BF64CE;
}
</style>
background-color css
<style>
a { background-color: #BF64CE; }
a { background-color: rgb(191,100,206); }
div.DivClassName
{
background-color: #BF64CE;
}
.BgClassName
{
background-color: #BF64CE;
}
</style>
border-color css
<style>
span { border-color: #BF64CE; }
span { border-color: rgb(191,100,206); }
td.TdClassName
{
border-color: #BF64CE;
}
.TagClassName
{
border-color: #BF64CE;
}
</style>