Shades of Medium Orchid #BF3EEF
Tints of Medium Orchid #BF3EEF
RGB
CMYK
RGB Variations
Color information
#BF3EEF (or 0xBF3EEF) is known color: Medium Orchid. HEX triplet: BF, 3E and EF. RGB value is (191,62,239). Sum of RGB (Red+Green+Blue) = 191+62+239=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 62 (24.61% from 255 or 12.60% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF3EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EEF is #40C110. Grayscale: #787878. Windows color (decimal): -4243729 or 15679167. OLE color: 15679167.
HSL color Cylindrical-coordinate representation of color #BF3EEF: hue angle of 283.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3EEF is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 62 | 239 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.06 |
| HSL | 283.73º | 0.85% | 0.59% | - |
| HSV(B) | 283.73º | 0.74% | 0.94% | - |
| XYZ | 38.79 | 20.75 | 83.62 | - |
| YUV | 120.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 239 | 0.20 | 0.74 | 0 | 0.06 | 283.73 | 0.85 | 0.59 |
| Hex | BF | 3E | EF | 14 | 4A | 0 | 6 | 11C | 55 | 3B |
| Octal | 277 | 76 | 357 | 24 | 112 | 0 | 6 | 434 | 125 | 73 |
| Binary | 10111111 | 111110 | 11101111 | 10100 | 1001010 | 0 | 110 | 100011100 | 1010101 | 111011 |
Color Harmonies of #BF3EEF
Complementary color
Monochromatic Colors of #BF3EEF
Black with #BF3EEF
Text Example
Text Example
White with #BF3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EEF; }
p { color: rgb(191,62,239); }
H1.HeaderClassName
{
color: #BF3EEF;
}
.AnyTagClassName
{
color: #BF3EEF;
}
</style>
background-color css
<style>
a { background-color: #BF3EEF; }
a { background-color: rgb(191,62,239); }
div.DivClassName
{
background-color: #BF3EEF;
}
.BgClassName
{
background-color: #BF3EEF;
}
</style>
border-color css
<style>
span { border-color: #BF3EEF; }
span { border-color: rgb(191,62,239); }
td.TdClassName
{
border-color: #BF3EEF;
}
.TagClassName
{
border-color: #BF3EEF;
}
</style>