Shades of Medium Orchid #BF55F3
Tints of Medium Orchid #BF55F3
RGB
CMYK
RGB Variations
Color information
#BF55F3 (or 0xBF55F3) is known color: Medium Orchid. HEX triplet: BF, 55 and F3. RGB value is (191,85,243). Sum of RGB (Red+Green+Blue) = 191+85+243=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #BF55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55F3 is #40AA0C. Grayscale: #868686. Windows color (decimal): -4237837 or 15947199. OLE color: 15947199.
HSL color Cylindrical-coordinate representation of color #BF55F3: hue angle of 280.25º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF55F3 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 85 | 243 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.05 |
| HSL | 280.25º | 0.87% | 0.64% | - |
| HSV(B) | 280.25º | 0.65% | 0.95% | - |
| XYZ | 40.91 | 24.04 | 87.28 | - |
| YUV | 134.71 | 189.12 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 243 | 0.21 | 0.65 | 0 | 0.05 | 280.25 | 0.87 | 0.64 |
| Hex | BF | 55 | F3 | 15 | 41 | 0 | 5 | 118 | 57 | 40 |
| Octal | 277 | 125 | 363 | 25 | 101 | 0 | 5 | 430 | 127 | 100 |
| Binary | 10111111 | 1010101 | 11110011 | 10101 | 1000001 | 0 | 101 | 100011000 | 1010111 | 1000000 |
Color Harmonies of #BF55F3
Complementary color
Monochromatic Colors of #BF55F3
Black with #BF55F3
Text Example
Text Example
White with #BF55F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55F3; }
p { color: rgb(191,85,243); }
H1.HeaderClassName
{
color: #BF55F3;
}
.AnyTagClassName
{
color: #BF55F3;
}
</style>
background-color css
<style>
a { background-color: #BF55F3; }
a { background-color: rgb(191,85,243); }
div.DivClassName
{
background-color: #BF55F3;
}
.BgClassName
{
background-color: #BF55F3;
}
</style>
border-color css
<style>
span { border-color: #BF55F3; }
span { border-color: rgb(191,85,243); }
td.TdClassName
{
border-color: #BF55F3;
}
.TagClassName
{
border-color: #BF55F3;
}
</style>