Shades of Medium Orchid #BF39E0
Tints of Medium Orchid #BF39E0
RGB
CMYK
RGB Variations
Color information
#BF39E0 (or 0xBF39E0) is known color: Medium Orchid. HEX triplet: BF, 39 and E0. RGB value is (191,57,224). Sum of RGB (Red+Green+Blue) = 191+57+224=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF39E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39E0 is #40C61F. Grayscale: #737373. Windows color (decimal): -4245024 or 14694847. OLE color: 14694847.
HSL color Cylindrical-coordinate representation of color #BF39E0: hue angle of 288.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF39E0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 57 | 224 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.12 |
| HSL | 288.14º | 0.73% | 0.55% | - |
| HSV(B) | 288.14º | 0.75% | 0.88% | - |
| XYZ | 36.4 | 19.38 | 72.34 | - |
| YUV | 116.1 | 188.89 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 224 | 0.15 | 0.75 | 0 | 0.12 | 288.14 | 0.73 | 0.55 |
| Hex | BF | 39 | E0 | F | 4B | 0 | C | 120 | 49 | 37 |
| Octal | 277 | 71 | 340 | 17 | 113 | 0 | 14 | 440 | 111 | 67 |
| Binary | 10111111 | 111001 | 11100000 | 1111 | 1001011 | 0 | 1100 | 100100000 | 1001001 | 110111 |
Color Harmonies of #BF39E0
Complementary color
Monochromatic Colors of #BF39E0
Black with #BF39E0
Text Example
Text Example
White with #BF39E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF39E0; }
p { color: rgb(191,57,224); }
H1.HeaderClassName
{
color: #BF39E0;
}
.AnyTagClassName
{
color: #BF39E0;
}
</style>
background-color css
<style>
a { background-color: #BF39E0; }
a { background-color: rgb(191,57,224); }
div.DivClassName
{
background-color: #BF39E0;
}
.BgClassName
{
background-color: #BF39E0;
}
</style>
border-color css
<style>
span { border-color: #BF39E0; }
span { border-color: rgb(191,57,224); }
td.TdClassName
{
border-color: #BF39E0;
}
.TagClassName
{
border-color: #BF39E0;
}
</style>