Shades of Medium Orchid #BF2CE9
Tints of Medium Orchid #BF2CE9
RGB
CMYK
RGB Variations
Color information
#BF2CE9 (or 0xBF2CE9) is known color: Medium Orchid. HEX triplet: BF, 2C and E9. RGB value is (191,44,233). Sum of RGB (Red+Green+Blue) = 191+44+233=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF2CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CE9 is #40D316. Grayscale: #6C6C6C. Windows color (decimal): -4248343 or 15281343. OLE color: 15281343.
HSL color Cylindrical-coordinate representation of color #BF2CE9: hue angle of 286.67º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2CE9 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 44 | 233 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.09 |
| HSL | 286.67º | 0.81% | 0.54% | - |
| HSV(B) | 286.67º | 0.81% | 0.91% | - |
| XYZ | 37.09 | 18.76 | 78.76 | - |
| YUV | 109.5 | 197.7 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 233 | 0.18 | 0.81 | 0 | 0.09 | 286.67 | 0.81 | 0.54 |
| Hex | BF | 2C | E9 | 12 | 51 | 0 | 9 | 11F | 51 | 36 |
| Octal | 277 | 54 | 351 | 22 | 121 | 0 | 11 | 437 | 121 | 66 |
| Binary | 10111111 | 101100 | 11101001 | 10010 | 1010001 | 0 | 1001 | 100011111 | 1010001 | 110110 |
Color Harmonies of #BF2CE9
Complementary color
Monochromatic Colors of #BF2CE9
Black with #BF2CE9
Text Example
Text Example
White with #BF2CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CE9; }
p { color: rgb(191,44,233); }
H1.HeaderClassName
{
color: #BF2CE9;
}
.AnyTagClassName
{
color: #BF2CE9;
}
</style>
background-color css
<style>
a { background-color: #BF2CE9; }
a { background-color: rgb(191,44,233); }
div.DivClassName
{
background-color: #BF2CE9;
}
.BgClassName
{
background-color: #BF2CE9;
}
</style>
border-color css
<style>
span { border-color: #BF2CE9; }
span { border-color: rgb(191,44,233); }
td.TdClassName
{
border-color: #BF2CE9;
}
.TagClassName
{
border-color: #BF2CE9;
}
</style>