Shades of Medium Orchid #BF2EEB
Tints of Medium Orchid #BF2EEB
RGB
CMYK
RGB Variations
Color information
#BF2EEB (or 0xBF2EEB) is known color: Medium Orchid. HEX triplet: BF, 2E and EB. RGB value is (191,46,235). Sum of RGB (Red+Green+Blue) = 191+46+235=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF2EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2EEB is #40D114. Grayscale: #6E6E6E. Windows color (decimal): -4247829 or 15412927. OLE color: 15412927.
HSL color Cylindrical-coordinate representation of color #BF2EEB: hue angle of 286.03º degrees, saturation: 0.83, 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 #BF2EEB is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 46 | 235 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.08 |
| HSL | 286.03º | 0.83% | 0.55% | - |
| HSV(B) | 286.03º | 0.8% | 0.92% | - |
| XYZ | 37.46 | 19.03 | 80.3 | - |
| YUV | 110.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 235 | 0.19 | 0.80 | 0 | 0.08 | 286.03 | 0.83 | 0.55 |
| Hex | BF | 2E | EB | 13 | 50 | 0 | 8 | 11E | 53 | 37 |
| Octal | 277 | 56 | 353 | 23 | 120 | 0 | 10 | 436 | 123 | 67 |
| Binary | 10111111 | 101110 | 11101011 | 10011 | 1010000 | 0 | 1000 | 100011110 | 1010011 | 110111 |
Color Harmonies of #BF2EEB
Complementary color
Monochromatic Colors of #BF2EEB
Black with #BF2EEB
Text Example
Text Example
White with #BF2EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2EEB; }
p { color: rgb(191,46,235); }
H1.HeaderClassName
{
color: #BF2EEB;
}
.AnyTagClassName
{
color: #BF2EEB;
}
</style>
background-color css
<style>
a { background-color: #BF2EEB; }
a { background-color: rgb(191,46,235); }
div.DivClassName
{
background-color: #BF2EEB;
}
.BgClassName
{
background-color: #BF2EEB;
}
</style>
border-color css
<style>
span { border-color: #BF2EEB; }
span { border-color: rgb(191,46,235); }
td.TdClassName
{
border-color: #BF2EEB;
}
.TagClassName
{
border-color: #BF2EEB;
}
</style>