Shades of Medium Orchid #BC4CF7
Tints of Medium Orchid #BC4CF7
RGB
CMYK
RGB Variations
Color information
#BC4CF7 (or 0xBC4CF7) is known color: Medium Orchid. HEX triplet: BC, 4C and F7. RGB value is (188,76,247). Sum of RGB (Red+Green+Blue) = 188+76+247=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC4CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CF7 is #43B308. Grayscale: #808080. Windows color (decimal): -4436745 or 16207036. OLE color: 16207036.
HSL color Cylindrical-coordinate representation of color #BC4CF7: hue angle of 279.3º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4CF7 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 76 | 247 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.03 |
| HSL | 279.3º | 0.91% | 0.63% | - |
| HSV(B) | 279.3º | 0.69% | 0.97% | - |
| XYZ | 40.11 | 22.58 | 90.24 | - |
| YUV | 128.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 247 | 0.24 | 0.69 | 0 | 0.03 | 279.3 | 0.91 | 0.63 |
| Hex | BC | 4C | F7 | 18 | 45 | 0 | 3 | 117 | 5B | 3F |
| Octal | 274 | 114 | 367 | 30 | 105 | 0 | 3 | 427 | 133 | 77 |
| Binary | 10111100 | 1001100 | 11110111 | 11000 | 1000101 | 0 | 11 | 100010111 | 1011011 | 111111 |
Color Harmonies of #BC4CF7
Complementary color
Monochromatic Colors of #BC4CF7
Black with #BC4CF7
Text Example
Text Example
White with #BC4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CF7; }
p { color: rgb(188,76,247); }
H1.HeaderClassName
{
color: #BC4CF7;
}
.AnyTagClassName
{
color: #BC4CF7;
}
</style>
background-color css
<style>
a { background-color: #BC4CF7; }
a { background-color: rgb(188,76,247); }
div.DivClassName
{
background-color: #BC4CF7;
}
.BgClassName
{
background-color: #BC4CF7;
}
</style>
border-color css
<style>
span { border-color: #BC4CF7; }
span { border-color: rgb(188,76,247); }
td.TdClassName
{
border-color: #BC4CF7;
}
.TagClassName
{
border-color: #BC4CF7;
}
</style>