Shades of Medium Orchid #BF67CF
Tints of Medium Orchid #BF67CF
RGB
CMYK
RGB Variations
Color information
#BF67CF (or 0xBF67CF) is known color: Medium Orchid. HEX triplet: BF, 67 and CF. RGB value is (191,103,207). Sum of RGB (Red+Green+Blue) = 191+103+207=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF67CF is #409830. Grayscale: #8C8C8C. Windows color (decimal): -4233265 or 13592511. OLE color: 13592511.
HSL color Cylindrical-coordinate representation of color #BF67CF: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF67CF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 103 | 207 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.19 |
| HSL | 290.77º | 0.52% | 0.61% | - |
| HSV(B) | 290.77º | 0.5% | 0.81% | - |
| XYZ | 37.6 | 25.28 | 61.93 | - |
| YUV | 141.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 207 | 0.08 | 0.50 | 0 | 0.19 | 290.77 | 0.52 | 0.61 |
| Hex | BF | 67 | CF | 8 | 32 | 0 | 13 | 123 | 34 | 3D |
| Octal | 277 | 147 | 317 | 10 | 62 | 0 | 23 | 443 | 64 | 75 |
| Binary | 10111111 | 1100111 | 11001111 | 1000 | 110010 | 0 | 10011 | 100100011 | 110100 | 111101 |
Color Harmonies of #BF67CF
Complementary color
Monochromatic Colors of #BF67CF
Black with #BF67CF
Text Example
Text Example
White with #BF67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67CF; }
p { color: rgb(191,103,207); }
H1.HeaderClassName
{
color: #BF67CF;
}
.AnyTagClassName
{
color: #BF67CF;
}
</style>
background-color css
<style>
a { background-color: #BF67CF; }
a { background-color: rgb(191,103,207); }
div.DivClassName
{
background-color: #BF67CF;
}
.BgClassName
{
background-color: #BF67CF;
}
</style>
border-color css
<style>
span { border-color: #BF67CF; }
span { border-color: rgb(191,103,207); }
td.TdClassName
{
border-color: #BF67CF;
}
.TagClassName
{
border-color: #BF67CF;
}
</style>