Shades of Medium Orchid #BF64CF
Tints of Medium Orchid #BF64CF
RGB
CMYK
RGB Variations
Color information
#BF64CF (or 0xBF64CF) is known color: Medium Orchid. HEX triplet: BF, 64 and CF. RGB value is (191,100,207). Sum of RGB (Red+Green+Blue) = 191+100+207=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF64CF is #409B30. Grayscale: #8B8B8B. Windows color (decimal): -4234033 or 13591743. OLE color: 13591743.
HSL color Cylindrical-coordinate representation of color #BF64CF: hue angle of 291.03º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF64CF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 100 | 207 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.19 |
| HSL | 291.03º | 0.53% | 0.6% | - |
| HSV(B) | 291.03º | 0.52% | 0.81% | - |
| XYZ | 37.31 | 24.7 | 61.83 | - |
| YUV | 139.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 207 | 0.08 | 0.52 | 0 | 0.19 | 291.03 | 0.53 | 0.6 |
| Hex | BF | 64 | CF | 8 | 34 | 0 | 13 | 123 | 35 | 3C |
| Octal | 277 | 144 | 317 | 10 | 64 | 0 | 23 | 443 | 65 | 74 |
| Binary | 10111111 | 1100100 | 11001111 | 1000 | 110100 | 0 | 10011 | 100100011 | 110101 | 111100 |
Color Harmonies of #BF64CF
Complementary color
Monochromatic Colors of #BF64CF
Black with #BF64CF
Text Example
Text Example
White with #BF64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF64CF; }
p { color: rgb(191,100,207); }
H1.HeaderClassName
{
color: #BF64CF;
}
.AnyTagClassName
{
color: #BF64CF;
}
</style>
background-color css
<style>
a { background-color: #BF64CF; }
a { background-color: rgb(191,100,207); }
div.DivClassName
{
background-color: #BF64CF;
}
.BgClassName
{
background-color: #BF64CF;
}
</style>
border-color css
<style>
span { border-color: #BF64CF; }
span { border-color: rgb(191,100,207); }
td.TdClassName
{
border-color: #BF64CF;
}
.TagClassName
{
border-color: #BF64CF;
}
</style>