Shades of Medium Orchid #BF39E2
Tints of Medium Orchid #BF39E2
RGB
CMYK
RGB Variations
Color information
#BF39E2 (or 0xBF39E2) is known color: Medium Orchid. HEX triplet: BF, 39 and E2. RGB value is (191,57,226). Sum of RGB (Red+Green+Blue) = 191+57+226=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF39E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39E2 is #40C61D. Grayscale: #737373. Windows color (decimal): -4245022 or 14825919. OLE color: 14825919.
HSL color Cylindrical-coordinate representation of color #BF39E2: hue angle of 287.57º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF39E2 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 57 | 226 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.11 |
| HSL | 287.57º | 0.74% | 0.55% | - |
| HSV(B) | 287.57º | 0.75% | 0.89% | - |
| XYZ | 36.68 | 19.49 | 73.78 | - |
| YUV | 116.33 | 189.89 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 226 | 0.15 | 0.75 | 0 | 0.11 | 287.57 | 0.74 | 0.55 |
| Hex | BF | 39 | E2 | F | 4B | 0 | B | 120 | 4A | 37 |
| Octal | 277 | 71 | 342 | 17 | 113 | 0 | 13 | 440 | 112 | 67 |
| Binary | 10111111 | 111001 | 11100010 | 1111 | 1001011 | 0 | 1011 | 100100000 | 1001010 | 110111 |
Color Harmonies of #BF39E2
Complementary color
Monochromatic Colors of #BF39E2
Black with #BF39E2
Text Example
Text Example
White with #BF39E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF39E2; }
p { color: rgb(191,57,226); }
H1.HeaderClassName
{
color: #BF39E2;
}
.AnyTagClassName
{
color: #BF39E2;
}
</style>
background-color css
<style>
a { background-color: #BF39E2; }
a { background-color: rgb(191,57,226); }
div.DivClassName
{
background-color: #BF39E2;
}
.BgClassName
{
background-color: #BF39E2;
}
</style>
border-color css
<style>
span { border-color: #BF39E2; }
span { border-color: rgb(191,57,226); }
td.TdClassName
{
border-color: #BF39E2;
}
.TagClassName
{
border-color: #BF39E2;
}
</style>