Shades of Medium Orchid #BF5CE8
Tints of Medium Orchid #BF5CE8
RGB
CMYK
RGB Variations
Color information
#BF5CE8 (or 0xBF5CE8) is known color: Medium Orchid. HEX triplet: BF, 5C and E8. RGB value is (191,92,232). Sum of RGB (Red+Green+Blue) = 191+92+232=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF5CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5CE8 is #40A317. Grayscale: #898989. Windows color (decimal): -4236056 or 15228095. OLE color: 15228095.
HSL color Cylindrical-coordinate representation of color #BF5CE8: hue angle of 282.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF5CE8 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 92 | 232 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.09 |
| HSL | 282.43º | 0.75% | 0.64% | - |
| HSV(B) | 282.43º | 0.6% | 0.91% | - |
| XYZ | 39.88 | 24.56 | 78.98 | - |
| YUV | 137.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 232 | 0.18 | 0.60 | 0 | 0.09 | 282.43 | 0.75 | 0.64 |
| Hex | BF | 5C | E8 | 12 | 3C | 0 | 9 | 11A | 4B | 40 |
| Octal | 277 | 134 | 350 | 22 | 74 | 0 | 11 | 432 | 113 | 100 |
| Binary | 10111111 | 1011100 | 11101000 | 10010 | 111100 | 0 | 1001 | 100011010 | 1001011 | 1000000 |
Color Harmonies of #BF5CE8
Complementary color
Monochromatic Colors of #BF5CE8
Black with #BF5CE8
Text Example
Text Example
White with #BF5CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5CE8; }
p { color: rgb(191,92,232); }
H1.HeaderClassName
{
color: #BF5CE8;
}
.AnyTagClassName
{
color: #BF5CE8;
}
</style>
background-color css
<style>
a { background-color: #BF5CE8; }
a { background-color: rgb(191,92,232); }
div.DivClassName
{
background-color: #BF5CE8;
}
.BgClassName
{
background-color: #BF5CE8;
}
</style>
border-color css
<style>
span { border-color: #BF5CE8; }
span { border-color: rgb(191,92,232); }
td.TdClassName
{
border-color: #BF5CE8;
}
.TagClassName
{
border-color: #BF5CE8;
}
</style>