Shades of Medium Orchid #BF2EEA
Tints of Medium Orchid #BF2EEA
RGB
CMYK
RGB Variations
Color information
#BF2EEA (or 0xBF2EEA) is known color: Medium Orchid. HEX triplet: BF, 2E and EA. RGB value is (191,46,234). Sum of RGB (Red+Green+Blue) = 191+46+234=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF2EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EEA is #40D115. Grayscale: #6E6E6E. Windows color (decimal): -4247830 or 15347391. OLE color: 15347391.
HSL color Cylindrical-coordinate representation of color #BF2EEA: hue angle of 286.28º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2EEA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 46 | 234 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.08 |
| HSL | 286.28º | 0.82% | 0.55% | - |
| HSV(B) | 286.28º | 0.8% | 0.92% | - |
| XYZ | 37.31 | 18.97 | 79.54 | - |
| YUV | 110.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 234 | 0.18 | 0.80 | 0 | 0.08 | 286.28 | 0.82 | 0.55 |
| Hex | BF | 2E | EA | 12 | 50 | 0 | 8 | 11E | 52 | 37 |
| Octal | 277 | 56 | 352 | 22 | 120 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111111 | 101110 | 11101010 | 10010 | 1010000 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BF2EEA
Complementary color
Monochromatic Colors of #BF2EEA
Black with #BF2EEA
Text Example
Text Example
White with #BF2EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EEA; }
p { color: rgb(191,46,234); }
H1.HeaderClassName
{
color: #BF2EEA;
}
.AnyTagClassName
{
color: #BF2EEA;
}
</style>
background-color css
<style>
a { background-color: #BF2EEA; }
a { background-color: rgb(191,46,234); }
div.DivClassName
{
background-color: #BF2EEA;
}
.BgClassName
{
background-color: #BF2EEA;
}
</style>
border-color css
<style>
span { border-color: #BF2EEA; }
span { border-color: rgb(191,46,234); }
td.TdClassName
{
border-color: #BF2EEA;
}
.TagClassName
{
border-color: #BF2EEA;
}
</style>