Shades of Medium Orchid #BF4DE8
Tints of Medium Orchid #BF4DE8
RGB
CMYK
RGB Variations
Color information
#BF4DE8 (or 0xBF4DE8) is known color: Medium Orchid. HEX triplet: BF, 4D and E8. RGB value is (191,77,232). Sum of RGB (Red+Green+Blue) = 191+77+232=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF4DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DE8 is #40B217. Grayscale: #808080. Windows color (decimal): -4239896 or 15224255. OLE color: 15224255.
HSL color Cylindrical-coordinate representation of color #BF4DE8: hue angle of 284.13º degrees, saturation: 0.77, 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 #BF4DE8 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 77 | 232 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.09 |
| HSL | 284.13º | 0.77% | 0.61% | - |
| HSV(B) | 284.13º | 0.67% | 0.91% | - |
| XYZ | 38.71 | 22.21 | 78.59 | - |
| YUV | 128.76 | 186.27 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 232 | 0.18 | 0.67 | 0 | 0.09 | 284.13 | 0.77 | 0.61 |
| Hex | BF | 4D | E8 | 12 | 43 | 0 | 9 | 11C | 4D | 3D |
| Octal | 277 | 115 | 350 | 22 | 103 | 0 | 11 | 434 | 115 | 75 |
| Binary | 10111111 | 1001101 | 11101000 | 10010 | 1000011 | 0 | 1001 | 100011100 | 1001101 | 111101 |
Color Harmonies of #BF4DE8
Complementary color
Monochromatic Colors of #BF4DE8
Black with #BF4DE8
Text Example
Text Example
White with #BF4DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DE8; }
p { color: rgb(191,77,232); }
H1.HeaderClassName
{
color: #BF4DE8;
}
.AnyTagClassName
{
color: #BF4DE8;
}
</style>
background-color css
<style>
a { background-color: #BF4DE8; }
a { background-color: rgb(191,77,232); }
div.DivClassName
{
background-color: #BF4DE8;
}
.BgClassName
{
background-color: #BF4DE8;
}
</style>
border-color css
<style>
span { border-color: #BF4DE8; }
span { border-color: rgb(191,77,232); }
td.TdClassName
{
border-color: #BF4DE8;
}
.TagClassName
{
border-color: #BF4DE8;
}
</style>