Shades of Medium Orchid #BF36E6
Tints of Medium Orchid #BF36E6
RGB
CMYK
RGB Variations
Color information
#BF36E6 (or 0xBF36E6) is known color: Medium Orchid. HEX triplet: BF, 36 and E6. RGB value is (191,54,230). Sum of RGB (Red+Green+Blue) = 191+54+230=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF36E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36E6 is #40C919. Grayscale: #727272. Windows color (decimal): -4245786 or 15087295. OLE color: 15087295.
HSL color Cylindrical-coordinate representation of color #BF36E6: hue angle of 286.7º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF36E6 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 54 | 230 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.10 |
| HSL | 286.7º | 0.78% | 0.56% | - |
| HSV(B) | 286.7º | 0.77% | 0.9% | - |
| XYZ | 37.09 | 19.43 | 76.66 | - |
| YUV | 115.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 230 | 0.17 | 0.77 | 0 | 0.10 | 286.7 | 0.78 | 0.56 |
| Hex | BF | 36 | E6 | 11 | 4D | 0 | A | 11F | 4E | 38 |
| Octal | 277 | 66 | 346 | 21 | 115 | 0 | 12 | 437 | 116 | 70 |
| Binary | 10111111 | 110110 | 11100110 | 10001 | 1001101 | 0 | 1010 | 100011111 | 1001110 | 111000 |
Color Harmonies of #BF36E6
Complementary color
Monochromatic Colors of #BF36E6
Black with #BF36E6
Text Example
Text Example
White with #BF36E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36E6; }
p { color: rgb(191,54,230); }
H1.HeaderClassName
{
color: #BF36E6;
}
.AnyTagClassName
{
color: #BF36E6;
}
</style>
background-color css
<style>
a { background-color: #BF36E6; }
a { background-color: rgb(191,54,230); }
div.DivClassName
{
background-color: #BF36E6;
}
.BgClassName
{
background-color: #BF36E6;
}
</style>
border-color css
<style>
span { border-color: #BF36E6; }
span { border-color: rgb(191,54,230); }
td.TdClassName
{
border-color: #BF36E6;
}
.TagClassName
{
border-color: #BF36E6;
}
</style>