Shades of Medium Orchid #BF64E4
Tints of Medium Orchid #BF64E4
RGB
CMYK
RGB Variations
Color information
#BF64E4 (or 0xBF64E4) is known color: Medium Orchid. HEX triplet: BF, 64 and E4. RGB value is (191,100,228). Sum of RGB (Red+Green+Blue) = 191+100+228=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 228 (89.45% from 255 or 43.93% from 519); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64E4 is #409B1B. Grayscale: #8D8D8D. Windows color (decimal): -4234012 or 14967999. OLE color: 14967999.
HSL color Cylindrical-coordinate representation of color #BF64E4: hue angle of 282.66º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF64E4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 100 | 228 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.11 |
| HSL | 282.66º | 0.7% | 0.64% | - |
| HSV(B) | 282.66º | 0.56% | 0.89% | - |
| XYZ | 40.05 | 25.79 | 76.27 | - |
| YUV | 141.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 228 | 0.16 | 0.56 | 0 | 0.11 | 282.66 | 0.7 | 0.64 |
| Hex | BF | 64 | E4 | 10 | 38 | 0 | B | 11B | 46 | 40 |
| Octal | 277 | 144 | 344 | 20 | 70 | 0 | 13 | 433 | 106 | 100 |
| Binary | 10111111 | 1100100 | 11100100 | 10000 | 111000 | 0 | 1011 | 100011011 | 1000110 | 1000000 |
Color Harmonies of #BF64E4
Complementary color
Monochromatic Colors of #BF64E4
Black with #BF64E4
Text Example
Text Example
White with #BF64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64E4; }
p { color: rgb(191,100,228); }
H1.HeaderClassName
{
color: #BF64E4;
}
.AnyTagClassName
{
color: #BF64E4;
}
</style>
background-color css
<style>
a { background-color: #BF64E4; }
a { background-color: rgb(191,100,228); }
div.DivClassName
{
background-color: #BF64E4;
}
.BgClassName
{
background-color: #BF64E4;
}
</style>
border-color css
<style>
span { border-color: #BF64E4; }
span { border-color: rgb(191,100,228); }
td.TdClassName
{
border-color: #BF64E4;
}
.TagClassName
{
border-color: #BF64E4;
}
</style>