Shades of Medium Orchid #BF5FEE
Tints of Medium Orchid #BF5FEE
RGB
CMYK
RGB Variations
Color information
#BF5FEE (or 0xBF5FEE) is known color: Medium Orchid. HEX triplet: BF, 5F and EE. RGB value is (191,95,238). Sum of RGB (Red+Green+Blue) = 191+95+238=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF5FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FEE is #40A011. Grayscale: #8B8B8B. Windows color (decimal): -4235282 or 15622079. OLE color: 15622079.
HSL color Cylindrical-coordinate representation of color #BF5FEE: hue angle of 280.28º degrees, saturation: 0.81, 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 #BF5FEE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 95 | 238 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.07 |
| HSL | 280.28º | 0.81% | 0.65% | - |
| HSV(B) | 280.28º | 0.6% | 0.93% | - |
| XYZ | 41.01 | 25.43 | 83.64 | - |
| YUV | 140.01 | 183.3 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 238 | 0.20 | 0.60 | 0 | 0.07 | 280.28 | 0.81 | 0.65 |
| Hex | BF | 5F | EE | 14 | 3C | 0 | 7 | 118 | 51 | 41 |
| Octal | 277 | 137 | 356 | 24 | 74 | 0 | 7 | 430 | 121 | 101 |
| Binary | 10111111 | 1011111 | 11101110 | 10100 | 111100 | 0 | 111 | 100011000 | 1010001 | 1000001 |
Color Harmonies of #BF5FEE
Complementary color
Monochromatic Colors of #BF5FEE
Black with #BF5FEE
Text Example
Text Example
White with #BF5FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FEE; }
p { color: rgb(191,95,238); }
H1.HeaderClassName
{
color: #BF5FEE;
}
.AnyTagClassName
{
color: #BF5FEE;
}
</style>
background-color css
<style>
a { background-color: #BF5FEE; }
a { background-color: rgb(191,95,238); }
div.DivClassName
{
background-color: #BF5FEE;
}
.BgClassName
{
background-color: #BF5FEE;
}
</style>
border-color css
<style>
span { border-color: #BF5FEE; }
span { border-color: rgb(191,95,238); }
td.TdClassName
{
border-color: #BF5FEE;
}
.TagClassName
{
border-color: #BF5FEE;
}
</style>