Shades of Medium Orchid #BF3FED
Tints of Medium Orchid #BF3FED
RGB
CMYK
RGB Variations
Color information
#BF3FED (or 0xBF3FED) is known color: Medium Orchid. HEX triplet: BF, 3F and ED. RGB value is (191,63,237). Sum of RGB (Red+Green+Blue) = 191+63+237=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FED is #40C012. Grayscale: #787878. Windows color (decimal): -4243475 or 15548351. OLE color: 15548351.
HSL color Cylindrical-coordinate representation of color #BF3FED: hue angle of 284.14º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3FED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 63 | 237 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.07 |
| HSL | 284.14º | 0.83% | 0.59% | - |
| HSV(B) | 284.14º | 0.73% | 0.93% | - |
| XYZ | 38.55 | 20.75 | 82.09 | - |
| YUV | 121.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 237 | 0.19 | 0.73 | 0 | 0.07 | 284.14 | 0.83 | 0.59 |
| Hex | BF | 3F | ED | 13 | 49 | 0 | 7 | 11C | 53 | 3B |
| Octal | 277 | 77 | 355 | 23 | 111 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111111 | 111111 | 11101101 | 10011 | 1001001 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BF3FED
Complementary color
Monochromatic Colors of #BF3FED
Black with #BF3FED
Text Example
Text Example
White with #BF3FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FED; }
p { color: rgb(191,63,237); }
H1.HeaderClassName
{
color: #BF3FED;
}
.AnyTagClassName
{
color: #BF3FED;
}
</style>
background-color css
<style>
a { background-color: #BF3FED; }
a { background-color: rgb(191,63,237); }
div.DivClassName
{
background-color: #BF3FED;
}
.BgClassName
{
background-color: #BF3FED;
}
</style>
border-color css
<style>
span { border-color: #BF3FED; }
span { border-color: rgb(191,63,237); }
td.TdClassName
{
border-color: #BF3FED;
}
.TagClassName
{
border-color: #BF3FED;
}
</style>