Shades of Medium Orchid #BF59F2
Tints of Medium Orchid #BF59F2
RGB
CMYK
RGB Variations
Color information
#BF59F2 (or 0xBF59F2) is known color: Medium Orchid. HEX triplet: BF, 59 and F2. RGB value is (191,89,242). Sum of RGB (Red+Green+Blue) = 191+89+242=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 89 (35.16% from 255 or 17.05% from 522); Blue value is 242 (94.92% from 255 or 46.36% from 522); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF59F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59F2 is #40A60D. Grayscale: #888888. Windows color (decimal): -4236814 or 15882687. OLE color: 15882687.
HSL color Cylindrical-coordinate representation of color #BF59F2: hue angle of 280º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF59F2 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 89 | 242 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.05 |
| HSL | 280º | 0.85% | 0.65% | - |
| HSV(B) | 280º | 0.63% | 0.95% | - |
| XYZ | 41.09 | 24.63 | 86.59 | - |
| YUV | 136.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 242 | 0.21 | 0.63 | 0 | 0.05 | 280 | 0.85 | 0.65 |
| Hex | BF | 59 | F2 | 15 | 3F | 0 | 5 | 118 | 55 | 41 |
| Octal | 277 | 131 | 362 | 25 | 77 | 0 | 5 | 430 | 125 | 101 |
| Binary | 10111111 | 1011001 | 11110010 | 10101 | 111111 | 0 | 101 | 100011000 | 1010101 | 1000001 |
Color Harmonies of #BF59F2
Complementary color
Monochromatic Colors of #BF59F2
Black with #BF59F2
Text Example
Text Example
White with #BF59F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59F2; }
p { color: rgb(191,89,242); }
H1.HeaderClassName
{
color: #BF59F2;
}
.AnyTagClassName
{
color: #BF59F2;
}
</style>
background-color css
<style>
a { background-color: #BF59F2; }
a { background-color: rgb(191,89,242); }
div.DivClassName
{
background-color: #BF59F2;
}
.BgClassName
{
background-color: #BF59F2;
}
</style>
border-color css
<style>
span { border-color: #BF59F2; }
span { border-color: rgb(191,89,242); }
td.TdClassName
{
border-color: #BF59F2;
}
.TagClassName
{
border-color: #BF59F2;
}
</style>