Shades of Medium Orchid #BF2CE6
Tints of Medium Orchid #BF2CE6
RGB
CMYK
RGB Variations
Color information
#BF2CE6 (or 0xBF2CE6) is known color: Medium Orchid. HEX triplet: BF, 2C and E6. RGB value is (191,44,230). Sum of RGB (Red+Green+Blue) = 191+44+230=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF2CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CE6 is #40D319. Grayscale: #6C6C6C. Windows color (decimal): -4248346 or 15084735. OLE color: 15084735.
HSL color Cylindrical-coordinate representation of color #BF2CE6: hue angle of 287.42º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2CE6 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 44 | 230 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.10 |
| HSL | 287.42º | 0.79% | 0.54% | - |
| HSV(B) | 287.42º | 0.81% | 0.9% | - |
| XYZ | 36.67 | 18.59 | 76.52 | - |
| YUV | 109.16 | 196.2 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 230 | 0.17 | 0.81 | 0 | 0.10 | 287.42 | 0.79 | 0.54 |
| Hex | BF | 2C | E6 | 11 | 51 | 0 | A | 11F | 4F | 36 |
| Octal | 277 | 54 | 346 | 21 | 121 | 0 | 12 | 437 | 117 | 66 |
| Binary | 10111111 | 101100 | 11100110 | 10001 | 1010001 | 0 | 1010 | 100011111 | 1001111 | 110110 |
Color Harmonies of #BF2CE6
Complementary color
Monochromatic Colors of #BF2CE6
Black with #BF2CE6
Text Example
Text Example
White with #BF2CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CE6; }
p { color: rgb(191,44,230); }
H1.HeaderClassName
{
color: #BF2CE6;
}
.AnyTagClassName
{
color: #BF2CE6;
}
</style>
background-color css
<style>
a { background-color: #BF2CE6; }
a { background-color: rgb(191,44,230); }
div.DivClassName
{
background-color: #BF2CE6;
}
.BgClassName
{
background-color: #BF2CE6;
}
</style>
border-color css
<style>
span { border-color: #BF2CE6; }
span { border-color: rgb(191,44,230); }
td.TdClassName
{
border-color: #BF2CE6;
}
.TagClassName
{
border-color: #BF2CE6;
}
</style>