Shades of Medium Orchid #BF2CE3
Tints of Medium Orchid #BF2CE3
RGB
CMYK
RGB Variations
Color information
#BF2CE3 (or 0xBF2CE3) is known color: Medium Orchid. HEX triplet: BF, 2C and E3. RGB value is (191,44,227). Sum of RGB (Red+Green+Blue) = 191+44+227=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 227 - color contains mainly: blue. Hex color #BF2CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CE3 is #40D31C. Grayscale: #6C6C6C. Windows color (decimal): -4248349 or 14888127. OLE color: 14888127.
HSL color Cylindrical-coordinate representation of color #BF2CE3: hue angle of 288.2º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2CE3 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 44 | 227 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.11 |
| HSL | 288.2º | 0.77% | 0.53% | - |
| HSV(B) | 288.2º | 0.81% | 0.89% | - |
| XYZ | 36.25 | 18.42 | 74.32 | - |
| YUV | 108.82 | 194.7 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 227 | 0.16 | 0.81 | 0 | 0.11 | 288.2 | 0.77 | 0.53 |
| Hex | BF | 2C | E3 | 10 | 51 | 0 | B | 120 | 4D | 35 |
| Octal | 277 | 54 | 343 | 20 | 121 | 0 | 13 | 440 | 115 | 65 |
| Binary | 10111111 | 101100 | 11100011 | 10000 | 1010001 | 0 | 1011 | 100100000 | 1001101 | 110101 |
Color Harmonies of #BF2CE3
Complementary color
Monochromatic Colors of #BF2CE3
Black with #BF2CE3
Text Example
Text Example
White with #BF2CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CE3; }
p { color: rgb(191,44,227); }
H1.HeaderClassName
{
color: #BF2CE3;
}
.AnyTagClassName
{
color: #BF2CE3;
}
</style>
background-color css
<style>
a { background-color: #BF2CE3; }
a { background-color: rgb(191,44,227); }
div.DivClassName
{
background-color: #BF2CE3;
}
.BgClassName
{
background-color: #BF2CE3;
}
</style>
border-color css
<style>
span { border-color: #BF2CE3; }
span { border-color: rgb(191,44,227); }
td.TdClassName
{
border-color: #BF2CE3;
}
.TagClassName
{
border-color: #BF2CE3;
}
</style>