Shades of Medium Orchid #BF4CEF
Tints of Medium Orchid #BF4CEF
RGB
CMYK
RGB Variations
Color information
#BF4CEF (or 0xBF4CEF) is known color: Medium Orchid. HEX triplet: BF, 4C and EF. RGB value is (191,76,239). Sum of RGB (Red+Green+Blue) = 191+76+239=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF4CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CEF is #40B310. Grayscale: #808080. Windows color (decimal): -4240145 or 15682751. OLE color: 15682751.
HSL color Cylindrical-coordinate representation of color #BF4CEF: hue angle of 282.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4CEF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 76 | 239 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.06 |
| HSL | 282.33º | 0.84% | 0.62% | - |
| HSV(B) | 282.33º | 0.68% | 0.94% | - |
| XYZ | 39.65 | 22.48 | 83.91 | - |
| YUV | 128.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 239 | 0.20 | 0.68 | 0 | 0.06 | 282.33 | 0.84 | 0.62 |
| Hex | BF | 4C | EF | 14 | 44 | 0 | 6 | 11A | 54 | 3E |
| Octal | 277 | 114 | 357 | 24 | 104 | 0 | 6 | 432 | 124 | 76 |
| Binary | 10111111 | 1001100 | 11101111 | 10100 | 1000100 | 0 | 110 | 100011010 | 1010100 | 111110 |
Color Harmonies of #BF4CEF
Complementary color
Monochromatic Colors of #BF4CEF
Black with #BF4CEF
Text Example
Text Example
White with #BF4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CEF; }
p { color: rgb(191,76,239); }
H1.HeaderClassName
{
color: #BF4CEF;
}
.AnyTagClassName
{
color: #BF4CEF;
}
</style>
background-color css
<style>
a { background-color: #BF4CEF; }
a { background-color: rgb(191,76,239); }
div.DivClassName
{
background-color: #BF4CEF;
}
.BgClassName
{
background-color: #BF4CEF;
}
</style>
border-color css
<style>
span { border-color: #BF4CEF; }
span { border-color: rgb(191,76,239); }
td.TdClassName
{
border-color: #BF4CEF;
}
.TagClassName
{
border-color: #BF4CEF;
}
</style>