Shades of Medium Orchid #BF45EC
Tints of Medium Orchid #BF45EC
RGB
CMYK
RGB Variations
Color information
#BF45EC (or 0xBF45EC) is known color: Medium Orchid. HEX triplet: BF, 45 and EC. RGB value is (191,69,236). Sum of RGB (Red+Green+Blue) = 191+69+236=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45EC is #40BA13. Grayscale: #7B7B7B. Windows color (decimal): -4241940 or 15484351. OLE color: 15484351.
HSL color Cylindrical-coordinate representation of color #BF45EC: hue angle of 283.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF45EC is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 69 | 236 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 283.83º | 0.81% | 0.6% | - |
| HSV(B) | 283.83º | 0.71% | 0.93% | - |
| XYZ | 38.75 | 21.39 | 81.44 | - |
| YUV | 124.52 | 190.92 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 236 | 0.19 | 0.71 | 0 | 0.07 | 283.83 | 0.81 | 0.6 |
| Hex | BF | 45 | EC | 13 | 47 | 0 | 7 | 11C | 51 | 3C |
| Octal | 277 | 105 | 354 | 23 | 107 | 0 | 7 | 434 | 121 | 74 |
| Binary | 10111111 | 1000101 | 11101100 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010001 | 111100 |
Color Harmonies of #BF45EC
Complementary color
Monochromatic Colors of #BF45EC
Black with #BF45EC
Text Example
Text Example
White with #BF45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45EC; }
p { color: rgb(191,69,236); }
H1.HeaderClassName
{
color: #BF45EC;
}
.AnyTagClassName
{
color: #BF45EC;
}
</style>
background-color css
<style>
a { background-color: #BF45EC; }
a { background-color: rgb(191,69,236); }
div.DivClassName
{
background-color: #BF45EC;
}
.BgClassName
{
background-color: #BF45EC;
}
</style>
border-color css
<style>
span { border-color: #BF45EC; }
span { border-color: rgb(191,69,236); }
td.TdClassName
{
border-color: #BF45EC;
}
.TagClassName
{
border-color: #BF45EC;
}
</style>