Shades of Medium Orchid #BF3CEF
Tints of Medium Orchid #BF3CEF
RGB
CMYK
RGB Variations
Color information
#BF3CEF (or 0xBF3CEF) is known color: Medium Orchid. HEX triplet: BF, 3C and EF. RGB value is (191,60,239). Sum of RGB (Red+Green+Blue) = 191+60+239=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CEF is #40C310. Grayscale: #767676. Windows color (decimal): -4244241 or 15678655. OLE color: 15678655.
HSL color Cylindrical-coordinate representation of color #BF3CEF: hue angle of 283.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3CEF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 60 | 239 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.06 |
| HSL | 283.91º | 0.85% | 0.59% | - |
| HSV(B) | 283.91º | 0.75% | 0.94% | - |
| XYZ | 38.68 | 20.54 | 83.59 | - |
| YUV | 119.58 | 195.4 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 239 | 0.20 | 0.75 | 0 | 0.06 | 283.91 | 0.85 | 0.59 |
| Hex | BF | 3C | EF | 14 | 4B | 0 | 6 | 11C | 55 | 3B |
| Octal | 277 | 74 | 357 | 24 | 113 | 0 | 6 | 434 | 125 | 73 |
| Binary | 10111111 | 111100 | 11101111 | 10100 | 1001011 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #BF3CEF
Complementary color
Monochromatic Colors of #BF3CEF
Black with #BF3CEF
Text Example
Text Example
White with #BF3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CEF; }
p { color: rgb(191,60,239); }
H1.HeaderClassName
{
color: #BF3CEF;
}
.AnyTagClassName
{
color: #BF3CEF;
}
</style>
background-color css
<style>
a { background-color: #BF3CEF; }
a { background-color: rgb(191,60,239); }
div.DivClassName
{
background-color: #BF3CEF;
}
.BgClassName
{
background-color: #BF3CEF;
}
</style>
border-color css
<style>
span { border-color: #BF3CEF; }
span { border-color: rgb(191,60,239); }
td.TdClassName
{
border-color: #BF3CEF;
}
.TagClassName
{
border-color: #BF3CEF;
}
</style>