Shades of Medium Orchid #BF5CE2
Tints of Medium Orchid #BF5CE2
RGB
CMYK
RGB Variations
Color information
#BF5CE2 (or 0xBF5CE2) is known color: Medium Orchid. HEX triplet: BF, 5C and E2. RGB value is (191,92,226). Sum of RGB (Red+Green+Blue) = 191+92+226=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 226 (88.67% from 255 or 44.40% from 509); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF5CE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CE2 is #40A31D. Grayscale: #888888. Windows color (decimal): -4236062 or 14834879. OLE color: 14834879.
HSL color Cylindrical-coordinate representation of color #BF5CE2: hue angle of 284.33º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5CE2 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 92 | 226 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.11 |
| HSL | 284.33º | 0.7% | 0.62% | - |
| HSV(B) | 284.33º | 0.59% | 0.89% | - |
| XYZ | 39.04 | 24.22 | 74.57 | - |
| YUV | 136.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 226 | 0.15 | 0.59 | 0 | 0.11 | 284.33 | 0.7 | 0.62 |
| Hex | BF | 5C | E2 | F | 3B | 0 | B | 11C | 46 | 3E |
| Octal | 277 | 134 | 342 | 17 | 73 | 0 | 13 | 434 | 106 | 76 |
| Binary | 10111111 | 1011100 | 11100010 | 1111 | 111011 | 0 | 1011 | 100011100 | 1000110 | 111110 |
Color Harmonies of #BF5CE2
Complementary color
Monochromatic Colors of #BF5CE2
Black with #BF5CE2
Text Example
Text Example
White with #BF5CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CE2; }
p { color: rgb(191,92,226); }
H1.HeaderClassName
{
color: #BF5CE2;
}
.AnyTagClassName
{
color: #BF5CE2;
}
</style>
background-color css
<style>
a { background-color: #BF5CE2; }
a { background-color: rgb(191,92,226); }
div.DivClassName
{
background-color: #BF5CE2;
}
.BgClassName
{
background-color: #BF5CE2;
}
</style>
border-color css
<style>
span { border-color: #BF5CE2; }
span { border-color: rgb(191,92,226); }
td.TdClassName
{
border-color: #BF5CE2;
}
.TagClassName
{
border-color: #BF5CE2;
}
</style>