Shades of Medium Orchid #BF44E5
Tints of Medium Orchid #BF44E5
RGB
CMYK
RGB Variations
Color information
#BF44E5 (or 0xBF44E5) is known color: Medium Orchid. HEX triplet: BF, 44 and E5. RGB value is (191,68,229). Sum of RGB (Red+Green+Blue) = 191+68+229=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 229 (89.84% from 255 or 46.93% from 488); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF44E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF44E5 is #40BB1A. Grayscale: #7A7A7A. Windows color (decimal): -4242203 or 15025343. OLE color: 15025343.
HSL color Cylindrical-coordinate representation of color #BF44E5: hue angle of 285.84º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF44E5 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 68 | 229 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.10 |
| HSL | 285.84º | 0.76% | 0.58% | - |
| HSV(B) | 285.84º | 0.7% | 0.9% | - |
| XYZ | 37.7 | 20.87 | 76.17 | - |
| YUV | 123.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 229 | 0.17 | 0.70 | 0 | 0.10 | 285.84 | 0.76 | 0.58 |
| Hex | BF | 44 | E5 | 11 | 46 | 0 | A | 11E | 4C | 3A |
| Octal | 277 | 104 | 345 | 21 | 106 | 0 | 12 | 436 | 114 | 72 |
| Binary | 10111111 | 1000100 | 11100101 | 10001 | 1000110 | 0 | 1010 | 100011110 | 1001100 | 111010 |
Color Harmonies of #BF44E5
Complementary color
Monochromatic Colors of #BF44E5
Black with #BF44E5
Text Example
Text Example
White with #BF44E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44E5; }
p { color: rgb(191,68,229); }
H1.HeaderClassName
{
color: #BF44E5;
}
.AnyTagClassName
{
color: #BF44E5;
}
</style>
background-color css
<style>
a { background-color: #BF44E5; }
a { background-color: rgb(191,68,229); }
div.DivClassName
{
background-color: #BF44E5;
}
.BgClassName
{
background-color: #BF44E5;
}
</style>
border-color css
<style>
span { border-color: #BF44E5; }
span { border-color: rgb(191,68,229); }
td.TdClassName
{
border-color: #BF44E5;
}
.TagClassName
{
border-color: #BF44E5;
}
</style>