Shades of Medium Orchid #BF37ED
Tints of Medium Orchid #BF37ED
RGB
CMYK
RGB Variations
Color information
#BF37ED (or 0xBF37ED) is known color: Medium Orchid. HEX triplet: BF, 37 and ED. RGB value is (191,55,237). Sum of RGB (Red+Green+Blue) = 191+55+237=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF37ED is #40C812. Grayscale: #737373. Windows color (decimal): -4245523 or 15546303. OLE color: 15546303.
HSL color Cylindrical-coordinate representation of color #BF37ED: hue angle of 284.84º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF37ED is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 55 | 237 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.07 |
| HSL | 284.84º | 0.83% | 0.57% | - |
| HSV(B) | 284.84º | 0.77% | 0.93% | - |
| XYZ | 38.14 | 19.92 | 81.96 | - |
| YUV | 116.41 | 196.06 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 237 | 0.19 | 0.77 | 0 | 0.07 | 284.84 | 0.83 | 0.57 |
| Hex | BF | 37 | ED | 13 | 4D | 0 | 7 | 11D | 53 | 39 |
| Octal | 277 | 67 | 355 | 23 | 115 | 0 | 7 | 435 | 123 | 71 |
| Binary | 10111111 | 110111 | 11101101 | 10011 | 1001101 | 0 | 111 | 100011101 | 1010011 | 111001 |
Color Harmonies of #BF37ED
Complementary color
Monochromatic Colors of #BF37ED
Black with #BF37ED
Text Example
Text Example
White with #BF37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37ED; }
p { color: rgb(191,55,237); }
H1.HeaderClassName
{
color: #BF37ED;
}
.AnyTagClassName
{
color: #BF37ED;
}
</style>
background-color css
<style>
a { background-color: #BF37ED; }
a { background-color: rgb(191,55,237); }
div.DivClassName
{
background-color: #BF37ED;
}
.BgClassName
{
background-color: #BF37ED;
}
</style>
border-color css
<style>
span { border-color: #BF37ED; }
span { border-color: rgb(191,55,237); }
td.TdClassName
{
border-color: #BF37ED;
}
.TagClassName
{
border-color: #BF37ED;
}
</style>