Shades of Medium Orchid #BF5BEC
Tints of Medium Orchid #BF5BEC
RGB
CMYK
RGB Variations
Color information
#BF5BEC (or 0xBF5BEC) is known color: Medium Orchid. HEX triplet: BF, 5B and EC. RGB value is (191,91,236). Sum of RGB (Red+Green+Blue) = 191+91+236=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 91 (35.94% from 255 or 17.57% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF5BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BEC is #40A413. Grayscale: #888888. Windows color (decimal): -4236308 or 15489983. OLE color: 15489983.
HSL color Cylindrical-coordinate representation of color #BF5BEC: hue angle of 281.38º 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 #BF5BEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 91 | 236 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.07 |
| HSL | 281.38º | 0.79% | 0.64% | - |
| HSV(B) | 281.38º | 0.61% | 0.93% | - |
| XYZ | 40.37 | 24.61 | 81.98 | - |
| YUV | 137.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 236 | 0.19 | 0.61 | 0 | 0.07 | 281.38 | 0.79 | 0.64 |
| Hex | BF | 5B | EC | 13 | 3D | 0 | 7 | 119 | 4F | 40 |
| Octal | 277 | 133 | 354 | 23 | 75 | 0 | 7 | 431 | 117 | 100 |
| Binary | 10111111 | 1011011 | 11101100 | 10011 | 111101 | 0 | 111 | 100011001 | 1001111 | 1000000 |
Color Harmonies of #BF5BEC
Complementary color
Monochromatic Colors of #BF5BEC
Black with #BF5BEC
Text Example
Text Example
White with #BF5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BEC; }
p { color: rgb(191,91,236); }
H1.HeaderClassName
{
color: #BF5BEC;
}
.AnyTagClassName
{
color: #BF5BEC;
}
</style>
background-color css
<style>
a { background-color: #BF5BEC; }
a { background-color: rgb(191,91,236); }
div.DivClassName
{
background-color: #BF5BEC;
}
.BgClassName
{
background-color: #BF5BEC;
}
</style>
border-color css
<style>
span { border-color: #BF5BEC; }
span { border-color: rgb(191,91,236); }
td.TdClassName
{
border-color: #BF5BEC;
}
.TagClassName
{
border-color: #BF5BEC;
}
</style>