Shades of Medium Orchid #BF4CE7
Tints of Medium Orchid #BF4CE7
RGB
CMYK
RGB Variations
Color information
#BF4CE7 (or 0xBF4CE7) is known color: Medium Orchid. HEX triplet: BF, 4C and E7. RGB value is (191,76,231). Sum of RGB (Red+Green+Blue) = 191+76+231=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF4CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4CE7 is #40B318. Grayscale: #7F7F7F. Windows color (decimal): -4240153 or 15158463. OLE color: 15158463.
HSL color Cylindrical-coordinate representation of color #BF4CE7: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4CE7 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 76 | 231 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.09 |
| HSL | 284.52º | 0.76% | 0.6% | - |
| HSV(B) | 284.52º | 0.67% | 0.91% | - |
| XYZ | 38.49 | 22.01 | 77.82 | - |
| YUV | 128.06 | 186.1 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 231 | 0.17 | 0.67 | 0 | 0.09 | 284.52 | 0.76 | 0.6 |
| Hex | BF | 4C | E7 | 11 | 43 | 0 | 9 | 11D | 4C | 3C |
| Octal | 277 | 114 | 347 | 21 | 103 | 0 | 11 | 435 | 114 | 74 |
| Binary | 10111111 | 1001100 | 11100111 | 10001 | 1000011 | 0 | 1001 | 100011101 | 1001100 | 111100 |
Color Harmonies of #BF4CE7
Complementary color
Monochromatic Colors of #BF4CE7
Black with #BF4CE7
Text Example
Text Example
White with #BF4CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CE7; }
p { color: rgb(191,76,231); }
H1.HeaderClassName
{
color: #BF4CE7;
}
.AnyTagClassName
{
color: #BF4CE7;
}
</style>
background-color css
<style>
a { background-color: #BF4CE7; }
a { background-color: rgb(191,76,231); }
div.DivClassName
{
background-color: #BF4CE7;
}
.BgClassName
{
background-color: #BF4CE7;
}
</style>
border-color css
<style>
span { border-color: #BF4CE7; }
span { border-color: rgb(191,76,231); }
td.TdClassName
{
border-color: #BF4CE7;
}
.TagClassName
{
border-color: #BF4CE7;
}
</style>