Shades of Medium Orchid #BF2EE8
Tints of Medium Orchid #BF2EE8
RGB
CMYK
RGB Variations
Color information
#BF2EE8 (or 0xBF2EE8) is known color: Medium Orchid. HEX triplet: BF, 2E and E8. RGB value is (191,46,232). Sum of RGB (Red+Green+Blue) = 191+46+232=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 232 (91.02% from 255 or 49.47% from 469); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF2EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EE8 is #40D117. Grayscale: #6D6D6D. Windows color (decimal): -4247832 or 15216319. OLE color: 15216319.
HSL color Cylindrical-coordinate representation of color #BF2EE8: hue angle of 286.77º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2EE8 is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 46 | 232 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.09 |
| HSL | 286.77º | 0.8% | 0.55% | - |
| HSV(B) | 286.77º | 0.8% | 0.91% | - |
| XYZ | 37.03 | 18.86 | 78.03 | - |
| YUV | 110.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 232 | 0.18 | 0.80 | 0 | 0.09 | 286.77 | 0.8 | 0.55 |
| Hex | BF | 2E | E8 | 12 | 50 | 0 | 9 | 11F | 50 | 37 |
| Octal | 277 | 56 | 350 | 22 | 120 | 0 | 11 | 437 | 120 | 67 |
| Binary | 10111111 | 101110 | 11101000 | 10010 | 1010000 | 0 | 1001 | 100011111 | 1010000 | 110111 |
Color Harmonies of #BF2EE8
Complementary color
Monochromatic Colors of #BF2EE8
Black with #BF2EE8
Text Example
Text Example
White with #BF2EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EE8; }
p { color: rgb(191,46,232); }
H1.HeaderClassName
{
color: #BF2EE8;
}
.AnyTagClassName
{
color: #BF2EE8;
}
</style>
background-color css
<style>
a { background-color: #BF2EE8; }
a { background-color: rgb(191,46,232); }
div.DivClassName
{
background-color: #BF2EE8;
}
.BgClassName
{
background-color: #BF2EE8;
}
</style>
border-color css
<style>
span { border-color: #BF2EE8; }
span { border-color: rgb(191,46,232); }
td.TdClassName
{
border-color: #BF2EE8;
}
.TagClassName
{
border-color: #BF2EE8;
}
</style>