Shades of Medium Orchid #BF73CF
Tints of Medium Orchid #BF73CF
RGB
CMYK
RGB Variations
Color information
#BF73CF (or 0xBF73CF) is known color: Medium Orchid. HEX triplet: BF, 73 and CF. RGB value is (191,115,207). Sum of RGB (Red+Green+Blue) = 191+115+207=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CF is #408C30. Grayscale: #939393. Windows color (decimal): -4230193 or 13595583. OLE color: 13595583.
HSL color Cylindrical-coordinate representation of color #BF73CF: hue angle of 289.57º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF73CF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 115 | 207 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.19 |
| HSL | 289.57º | 0.49% | 0.63% | - |
| HSV(B) | 289.57º | 0.44% | 0.81% | - |
| XYZ | 38.88 | 27.84 | 62.36 | - |
| YUV | 148.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 207 | 0.08 | 0.44 | 0 | 0.19 | 289.57 | 0.49 | 0.63 |
| Hex | BF | 73 | CF | 8 | 2C | 0 | 13 | 122 | 31 | 3F |
| Octal | 277 | 163 | 317 | 10 | 54 | 0 | 23 | 442 | 61 | 77 |
| Binary | 10111111 | 1110011 | 11001111 | 1000 | 101100 | 0 | 10011 | 100100010 | 110001 | 111111 |
Color Harmonies of #BF73CF
Complementary color
Monochromatic Colors of #BF73CF
Black with #BF73CF
Text Example
Text Example
White with #BF73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73CF; }
p { color: rgb(191,115,207); }
H1.HeaderClassName
{
color: #BF73CF;
}
.AnyTagClassName
{
color: #BF73CF;
}
</style>
background-color css
<style>
a { background-color: #BF73CF; }
a { background-color: rgb(191,115,207); }
div.DivClassName
{
background-color: #BF73CF;
}
.BgClassName
{
background-color: #BF73CF;
}
</style>
border-color css
<style>
span { border-color: #BF73CF; }
span { border-color: rgb(191,115,207); }
td.TdClassName
{
border-color: #BF73CF;
}
.TagClassName
{
border-color: #BF73CF;
}
</style>