Shades of Medium Orchid #BF2CE4
Tints of Medium Orchid #BF2CE4
RGB
CMYK
RGB Variations
Color information
#BF2CE4 (or 0xBF2CE4) is known color: Medium Orchid. HEX triplet: BF, 2C and E4. RGB value is (191,44,228). Sum of RGB (Red+Green+Blue) = 191+44+228=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 44 (17.58% from 255 or 9.50% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF2CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CE4 is #40D31B. Grayscale: #6C6C6C. Windows color (decimal): -4248348 or 14953663. OLE color: 14953663.
HSL color Cylindrical-coordinate representation of color #BF2CE4: hue angle of 287.93º 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 #BF2CE4 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 44 | 228 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.11 |
| HSL | 287.93º | 0.77% | 0.53% | - |
| HSV(B) | 287.93º | 0.81% | 0.89% | - |
| XYZ | 36.39 | 18.48 | 75.05 | - |
| YUV | 108.93 | 195.2 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 228 | 0.16 | 0.81 | 0 | 0.11 | 287.93 | 0.77 | 0.53 |
| Hex | BF | 2C | E4 | 10 | 51 | 0 | B | 120 | 4D | 35 |
| Octal | 277 | 54 | 344 | 20 | 121 | 0 | 13 | 440 | 115 | 65 |
| Binary | 10111111 | 101100 | 11100100 | 10000 | 1010001 | 0 | 1011 | 100100000 | 1001101 | 110101 |
Color Harmonies of #BF2CE4
Complementary color
Monochromatic Colors of #BF2CE4
Black with #BF2CE4
Text Example
Text Example
White with #BF2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CE4; }
p { color: rgb(191,44,228); }
H1.HeaderClassName
{
color: #BF2CE4;
}
.AnyTagClassName
{
color: #BF2CE4;
}
</style>
background-color css
<style>
a { background-color: #BF2CE4; }
a { background-color: rgb(191,44,228); }
div.DivClassName
{
background-color: #BF2CE4;
}
.BgClassName
{
background-color: #BF2CE4;
}
</style>
border-color css
<style>
span { border-color: #BF2CE4; }
span { border-color: rgb(191,44,228); }
td.TdClassName
{
border-color: #BF2CE4;
}
.TagClassName
{
border-color: #BF2CE4;
}
</style>