Shades of Medium Orchid #BF40E5
Tints of Medium Orchid #BF40E5
RGB
CMYK
RGB Variations
Color information
#BF40E5 (or 0xBF40E5) is known color: Medium Orchid. HEX triplet: BF, 40 and E5. RGB value is (191,64,229). Sum of RGB (Red+Green+Blue) = 191+64+229=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40E5 is #40BF1A. Grayscale: #787878. Windows color (decimal): -4243227 or 15024319. OLE color: 15024319.
HSL color Cylindrical-coordinate representation of color #BF40E5: hue angle of 286.18º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF40E5 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 64 | 229 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.10 |
| HSL | 286.18º | 0.76% | 0.57% | - |
| HSV(B) | 286.18º | 0.72% | 0.9% | - |
| XYZ | 37.46 | 20.4 | 76.09 | - |
| YUV | 120.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 229 | 0.17 | 0.72 | 0 | 0.10 | 286.18 | 0.76 | 0.57 |
| Hex | BF | 40 | E5 | 11 | 48 | 0 | A | 11E | 4C | 39 |
| Octal | 277 | 100 | 345 | 21 | 110 | 0 | 12 | 436 | 114 | 71 |
| Binary | 10111111 | 1000000 | 11100101 | 10001 | 1001000 | 0 | 1010 | 100011110 | 1001100 | 111001 |
Color Harmonies of #BF40E5
Complementary color
Monochromatic Colors of #BF40E5
Black with #BF40E5
Text Example
Text Example
White with #BF40E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40E5; }
p { color: rgb(191,64,229); }
H1.HeaderClassName
{
color: #BF40E5;
}
.AnyTagClassName
{
color: #BF40E5;
}
</style>
background-color css
<style>
a { background-color: #BF40E5; }
a { background-color: rgb(191,64,229); }
div.DivClassName
{
background-color: #BF40E5;
}
.BgClassName
{
background-color: #BF40E5;
}
</style>
border-color css
<style>
span { border-color: #BF40E5; }
span { border-color: rgb(191,64,229); }
td.TdClassName
{
border-color: #BF40E5;
}
.TagClassName
{
border-color: #BF40E5;
}
</style>