Shades of Medium Orchid #BF36E9
Tints of Medium Orchid #BF36E9
RGB
CMYK
RGB Variations
Color information
#BF36E9 (or 0xBF36E9) is known color: Medium Orchid. HEX triplet: BF, 36 and E9. RGB value is (191,54,233). Sum of RGB (Red+Green+Blue) = 191+54+233=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF36E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36E9 is #40C916. Grayscale: #727272. Windows color (decimal): -4245783 or 15283903. OLE color: 15283903.
HSL color Cylindrical-coordinate representation of color #BF36E9: hue angle of 285.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF36E9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 54 | 233 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.09 |
| HSL | 285.92º | 0.8% | 0.56% | - |
| HSV(B) | 285.92º | 0.77% | 0.91% | - |
| XYZ | 37.51 | 19.6 | 78.9 | - |
| YUV | 115.37 | 194.39 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 233 | 0.18 | 0.77 | 0 | 0.09 | 285.92 | 0.8 | 0.56 |
| Hex | BF | 36 | E9 | 12 | 4D | 0 | 9 | 11E | 50 | 38 |
| Octal | 277 | 66 | 351 | 22 | 115 | 0 | 11 | 436 | 120 | 70 |
| Binary | 10111111 | 110110 | 11101001 | 10010 | 1001101 | 0 | 1001 | 100011110 | 1010000 | 111000 |
Color Harmonies of #BF36E9
Complementary color
Monochromatic Colors of #BF36E9
Black with #BF36E9
Text Example
Text Example
White with #BF36E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36E9; }
p { color: rgb(191,54,233); }
H1.HeaderClassName
{
color: #BF36E9;
}
.AnyTagClassName
{
color: #BF36E9;
}
</style>
background-color css
<style>
a { background-color: #BF36E9; }
a { background-color: rgb(191,54,233); }
div.DivClassName
{
background-color: #BF36E9;
}
.BgClassName
{
background-color: #BF36E9;
}
</style>
border-color css
<style>
span { border-color: #BF36E9; }
span { border-color: rgb(191,54,233); }
td.TdClassName
{
border-color: #BF36E9;
}
.TagClassName
{
border-color: #BF36E9;
}
</style>