Shades of Medium Orchid #BF54E9
Tints of Medium Orchid #BF54E9
RGB
CMYK
RGB Variations
Color information
#BF54E9 (or 0xBF54E9) is known color: Medium Orchid. HEX triplet: BF, 54 and E9. RGB value is (191,84,233). Sum of RGB (Red+Green+Blue) = 191+84+233=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF54E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54E9 is #40AB16. Grayscale: #848484. Windows color (decimal): -4238103 or 15291583. OLE color: 15291583.
HSL color Cylindrical-coordinate representation of color #BF54E9: hue angle of 283.09º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF54E9 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 84 | 233 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.09 |
| HSL | 283.09º | 0.77% | 0.62% | - |
| HSV(B) | 283.09º | 0.64% | 0.91% | - |
| XYZ | 39.36 | 23.3 | 79.51 | - |
| YUV | 132.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 233 | 0.18 | 0.64 | 0 | 0.09 | 283.09 | 0.77 | 0.62 |
| Hex | BF | 54 | E9 | 12 | 40 | 0 | 9 | 11B | 4D | 3E |
| Octal | 277 | 124 | 351 | 22 | 100 | 0 | 11 | 433 | 115 | 76 |
| Binary | 10111111 | 1010100 | 11101001 | 10010 | 1000000 | 0 | 1001 | 100011011 | 1001101 | 111110 |
Color Harmonies of #BF54E9
Complementary color
Monochromatic Colors of #BF54E9
Black with #BF54E9
Text Example
Text Example
White with #BF54E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54E9; }
p { color: rgb(191,84,233); }
H1.HeaderClassName
{
color: #BF54E9;
}
.AnyTagClassName
{
color: #BF54E9;
}
</style>
background-color css
<style>
a { background-color: #BF54E9; }
a { background-color: rgb(191,84,233); }
div.DivClassName
{
background-color: #BF54E9;
}
.BgClassName
{
background-color: #BF54E9;
}
</style>
border-color css
<style>
span { border-color: #BF54E9; }
span { border-color: rgb(191,84,233); }
td.TdClassName
{
border-color: #BF54E9;
}
.TagClassName
{
border-color: #BF54E9;
}
</style>