Shades of Medium Orchid #BF5FEC
Tints of Medium Orchid #BF5FEC
RGB
CMYK
RGB Variations
Color information
#BF5FEC (or 0xBF5FEC) is known color: Medium Orchid. HEX triplet: BF, 5F and EC. RGB value is (191,95,236). Sum of RGB (Red+Green+Blue) = 191+95+236=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FEC is #40A013. Grayscale: #8B8B8B. Windows color (decimal): -4235284 or 15491007. OLE color: 15491007.
HSL color Cylindrical-coordinate representation of color #BF5FEC: hue angle of 280.85º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5FEC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 95 | 236 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 280.85º | 0.79% | 0.65% | - |
| HSV(B) | 280.85º | 0.6% | 0.93% | - |
| XYZ | 40.72 | 25.32 | 82.1 | - |
| YUV | 139.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 236 | 0.19 | 0.60 | 0 | 0.07 | 280.85 | 0.79 | 0.65 |
| Hex | BF | 5F | EC | 13 | 3C | 0 | 7 | 119 | 4F | 41 |
| Octal | 277 | 137 | 354 | 23 | 74 | 0 | 7 | 431 | 117 | 101 |
| Binary | 10111111 | 1011111 | 11101100 | 10011 | 111100 | 0 | 111 | 100011001 | 1001111 | 1000001 |
Color Harmonies of #BF5FEC
Complementary color
Monochromatic Colors of #BF5FEC
Black with #BF5FEC
Text Example
Text Example
White with #BF5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FEC; }
p { color: rgb(191,95,236); }
H1.HeaderClassName
{
color: #BF5FEC;
}
.AnyTagClassName
{
color: #BF5FEC;
}
</style>
background-color css
<style>
a { background-color: #BF5FEC; }
a { background-color: rgb(191,95,236); }
div.DivClassName
{
background-color: #BF5FEC;
}
.BgClassName
{
background-color: #BF5FEC;
}
</style>
border-color css
<style>
span { border-color: #BF5FEC; }
span { border-color: rgb(191,95,236); }
td.TdClassName
{
border-color: #BF5FEC;
}
.TagClassName
{
border-color: #BF5FEC;
}
</style>