Shades of Medium Orchid #BF36E8
Tints of Medium Orchid #BF36E8
RGB
CMYK
RGB Variations
Color information
#BF36E8 (or 0xBF36E8) is known color: Medium Orchid. HEX triplet: BF, 36 and E8. RGB value is (191,54,232). Sum of RGB (Red+Green+Blue) = 191+54+232=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF36E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36E8 is #40C917. Grayscale: #727272. Windows color (decimal): -4245784 or 15218367. OLE color: 15218367.
HSL color Cylindrical-coordinate representation of color #BF36E8: hue angle of 286.18º degrees, saturation: 0.79, 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 #BF36E8 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 54 | 232 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.09 |
| HSL | 286.18º | 0.79% | 0.56% | - |
| HSV(B) | 286.18º | 0.77% | 0.91% | - |
| XYZ | 37.37 | 19.54 | 78.15 | - |
| YUV | 115.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 232 | 0.18 | 0.77 | 0 | 0.09 | 286.18 | 0.79 | 0.56 |
| Hex | BF | 36 | E8 | 12 | 4D | 0 | 9 | 11E | 4F | 38 |
| Octal | 277 | 66 | 350 | 22 | 115 | 0 | 11 | 436 | 117 | 70 |
| Binary | 10111111 | 110110 | 11101000 | 10010 | 1001101 | 0 | 1001 | 100011110 | 1001111 | 111000 |
Color Harmonies of #BF36E8
Complementary color
Monochromatic Colors of #BF36E8
Black with #BF36E8
Text Example
Text Example
White with #BF36E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36E8; }
p { color: rgb(191,54,232); }
H1.HeaderClassName
{
color: #BF36E8;
}
.AnyTagClassName
{
color: #BF36E8;
}
</style>
background-color css
<style>
a { background-color: #BF36E8; }
a { background-color: rgb(191,54,232); }
div.DivClassName
{
background-color: #BF36E8;
}
.BgClassName
{
background-color: #BF36E8;
}
</style>
border-color css
<style>
span { border-color: #BF36E8; }
span { border-color: rgb(191,54,232); }
td.TdClassName
{
border-color: #BF36E8;
}
.TagClassName
{
border-color: #BF36E8;
}
</style>