Shades of Medium Orchid #BF54E5
Tints of Medium Orchid #BF54E5
RGB
CMYK
RGB Variations
Color information
#BF54E5 (or 0xBF54E5) is known color: Medium Orchid. HEX triplet: BF, 54 and E5. RGB value is (191,84,229). Sum of RGB (Red+Green+Blue) = 191+84+229=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF54E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54E5 is #40AB1A. Grayscale: #848484. Windows color (decimal): -4238107 or 15029439. OLE color: 15029439.
HSL color Cylindrical-coordinate representation of color #BF54E5: hue angle of 284.28º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF54E5 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 84 | 229 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.10 |
| HSL | 284.28º | 0.74% | 0.61% | - |
| HSV(B) | 284.28º | 0.63% | 0.9% | - |
| XYZ | 38.8 | 23.07 | 76.54 | - |
| YUV | 132.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 229 | 0.17 | 0.63 | 0 | 0.10 | 284.28 | 0.74 | 0.61 |
| Hex | BF | 54 | E5 | 11 | 3F | 0 | A | 11C | 4A | 3D |
| Octal | 277 | 124 | 345 | 21 | 77 | 0 | 12 | 434 | 112 | 75 |
| Binary | 10111111 | 1010100 | 11100101 | 10001 | 111111 | 0 | 1010 | 100011100 | 1001010 | 111101 |
Color Harmonies of #BF54E5
Complementary color
Monochromatic Colors of #BF54E5
Black with #BF54E5
Text Example
Text Example
White with #BF54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54E5; }
p { color: rgb(191,84,229); }
H1.HeaderClassName
{
color: #BF54E5;
}
.AnyTagClassName
{
color: #BF54E5;
}
</style>
background-color css
<style>
a { background-color: #BF54E5; }
a { background-color: rgb(191,84,229); }
div.DivClassName
{
background-color: #BF54E5;
}
.BgClassName
{
background-color: #BF54E5;
}
</style>
border-color css
<style>
span { border-color: #BF54E5; }
span { border-color: rgb(191,84,229); }
td.TdClassName
{
border-color: #BF54E5;
}
.TagClassName
{
border-color: #BF54E5;
}
</style>