Shades of Medium Orchid #BF5CEC
Tints of Medium Orchid #BF5CEC
RGB
CMYK
RGB Variations
Color information
#BF5CEC (or 0xBF5CEC) is known color: Medium Orchid. HEX triplet: BF, 5C and EC. RGB value is (191,92,236). Sum of RGB (Red+Green+Blue) = 191+92+236=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF5CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CEC is #40A313. Grayscale: #898989. Windows color (decimal): -4236052 or 15490239. OLE color: 15490239.
HSL color Cylindrical-coordinate representation of color #BF5CEC: hue angle of 281.25º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5CEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 92 | 236 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 281.25º | 0.79% | 0.64% | - |
| HSV(B) | 281.25º | 0.61% | 0.93% | - |
| XYZ | 40.45 | 24.79 | 82.01 | - |
| YUV | 138.02 | 183.3 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 236 | 0.19 | 0.61 | 0 | 0.07 | 281.25 | 0.79 | 0.64 |
| Hex | BF | 5C | EC | 13 | 3D | 0 | 7 | 119 | 4F | 40 |
| Octal | 277 | 134 | 354 | 23 | 75 | 0 | 7 | 431 | 117 | 100 |
| Binary | 10111111 | 1011100 | 11101100 | 10011 | 111101 | 0 | 111 | 100011001 | 1001111 | 1000000 |
Color Harmonies of #BF5CEC
Complementary color
Monochromatic Colors of #BF5CEC
Black with #BF5CEC
Text Example
Text Example
White with #BF5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CEC; }
p { color: rgb(191,92,236); }
H1.HeaderClassName
{
color: #BF5CEC;
}
.AnyTagClassName
{
color: #BF5CEC;
}
</style>
background-color css
<style>
a { background-color: #BF5CEC; }
a { background-color: rgb(191,92,236); }
div.DivClassName
{
background-color: #BF5CEC;
}
.BgClassName
{
background-color: #BF5CEC;
}
</style>
border-color css
<style>
span { border-color: #BF5CEC; }
span { border-color: rgb(191,92,236); }
td.TdClassName
{
border-color: #BF5CEC;
}
.TagClassName
{
border-color: #BF5CEC;
}
</style>