Shades of Medium Orchid #BF55F5
Tints of Medium Orchid #BF55F5
RGB
CMYK
RGB Variations
Color information
#BF55F5 (or 0xBF55F5) is known color: Medium Orchid. HEX triplet: BF, 55 and F5. RGB value is (191,85,245). Sum of RGB (Red+Green+Blue) = 191+85+245=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF55F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF55F5 is #40AA0A. Grayscale: #868686. Windows color (decimal): -4237835 or 16078271. OLE color: 16078271.
HSL color Cylindrical-coordinate representation of color #BF55F5: hue angle of 279.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF55F5 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 85 | 245 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.04 |
| HSL | 279.75º | 0.89% | 0.65% | - |
| HSV(B) | 279.75º | 0.65% | 0.96% | - |
| XYZ | 41.22 | 24.17 | 88.88 | - |
| YUV | 134.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 245 | 0.22 | 0.65 | 0 | 0.04 | 279.75 | 0.89 | 0.65 |
| Hex | BF | 55 | F5 | 16 | 41 | 0 | 4 | 118 | 59 | 41 |
| Octal | 277 | 125 | 365 | 26 | 101 | 0 | 4 | 430 | 131 | 101 |
| Binary | 10111111 | 1010101 | 11110101 | 10110 | 1000001 | 0 | 100 | 100011000 | 1011001 | 1000001 |
Color Harmonies of #BF55F5
Complementary color
Monochromatic Colors of #BF55F5
Black with #BF55F5
Text Example
Text Example
White with #BF55F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55F5; }
p { color: rgb(191,85,245); }
H1.HeaderClassName
{
color: #BF55F5;
}
.AnyTagClassName
{
color: #BF55F5;
}
</style>
background-color css
<style>
a { background-color: #BF55F5; }
a { background-color: rgb(191,85,245); }
div.DivClassName
{
background-color: #BF55F5;
}
.BgClassName
{
background-color: #BF55F5;
}
</style>
border-color css
<style>
span { border-color: #BF55F5; }
span { border-color: rgb(191,85,245); }
td.TdClassName
{
border-color: #BF55F5;
}
.TagClassName
{
border-color: #BF55F5;
}
</style>