Shades of Medium Orchid #BF4CE9
Tints of Medium Orchid #BF4CE9
RGB
CMYK
RGB Variations
Color information
#BF4CE9 (or 0xBF4CE9) is known color: Medium Orchid. HEX triplet: BF, 4C and E9. RGB value is (191,76,233). Sum of RGB (Red+Green+Blue) = 191+76+233=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF4CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CE9 is #40B316. Grayscale: #7F7F7F. Windows color (decimal): -4240151 or 15289535. OLE color: 15289535.
HSL color Cylindrical-coordinate representation of color #BF4CE9: hue angle of 283.95º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4CE9 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 76 | 233 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.09 |
| HSL | 283.95º | 0.78% | 0.61% | - |
| HSV(B) | 283.95º | 0.67% | 0.91% | - |
| XYZ | 38.78 | 22.13 | 79.32 | - |
| YUV | 128.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 233 | 0.18 | 0.67 | 0 | 0.09 | 283.95 | 0.78 | 0.61 |
| Hex | BF | 4C | E9 | 12 | 43 | 0 | 9 | 11C | 4E | 3D |
| Octal | 277 | 114 | 351 | 22 | 103 | 0 | 11 | 434 | 116 | 75 |
| Binary | 10111111 | 1001100 | 11101001 | 10010 | 1000011 | 0 | 1001 | 100011100 | 1001110 | 111101 |
Color Harmonies of #BF4CE9
Complementary color
Monochromatic Colors of #BF4CE9
Black with #BF4CE9
Text Example
Text Example
White with #BF4CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CE9; }
p { color: rgb(191,76,233); }
H1.HeaderClassName
{
color: #BF4CE9;
}
.AnyTagClassName
{
color: #BF4CE9;
}
</style>
background-color css
<style>
a { background-color: #BF4CE9; }
a { background-color: rgb(191,76,233); }
div.DivClassName
{
background-color: #BF4CE9;
}
.BgClassName
{
background-color: #BF4CE9;
}
</style>
border-color css
<style>
span { border-color: #BF4CE9; }
span { border-color: rgb(191,76,233); }
td.TdClassName
{
border-color: #BF4CE9;
}
.TagClassName
{
border-color: #BF4CE9;
}
</style>