Shades of Medium Orchid #BC4CF8
Tints of Medium Orchid #BC4CF8
RGB
CMYK
RGB Variations
Color information
#BC4CF8 (or 0xBC4CF8) is known color: Medium Orchid. HEX triplet: BC, 4C and F8. RGB value is (188,76,248). Sum of RGB (Red+Green+Blue) = 188+76+248=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC4CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CF8 is #43B307. Grayscale: #808080. Windows color (decimal): -4436744 or 16272572. OLE color: 16272572.
HSL color Cylindrical-coordinate representation of color #BC4CF8: hue angle of 279.07º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4CF8 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 76 | 248 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.03 |
| HSL | 279.07º | 0.92% | 0.64% | - |
| HSV(B) | 279.07º | 0.69% | 0.97% | - |
| XYZ | 40.27 | 22.64 | 91.05 | - |
| YUV | 129.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 248 | 0.24 | 0.69 | 0 | 0.03 | 279.07 | 0.92 | 0.64 |
| Hex | BC | 4C | F8 | 18 | 45 | 0 | 3 | 117 | 5C | 40 |
| Octal | 274 | 114 | 370 | 30 | 105 | 0 | 3 | 427 | 134 | 100 |
| Binary | 10111100 | 1001100 | 11111000 | 11000 | 1000101 | 0 | 11 | 100010111 | 1011100 | 1000000 |
Color Harmonies of #BC4CF8
Complementary color
Monochromatic Colors of #BC4CF8
Black with #BC4CF8
Text Example
Text Example
White with #BC4CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CF8; }
p { color: rgb(188,76,248); }
H1.HeaderClassName
{
color: #BC4CF8;
}
.AnyTagClassName
{
color: #BC4CF8;
}
</style>
background-color css
<style>
a { background-color: #BC4CF8; }
a { background-color: rgb(188,76,248); }
div.DivClassName
{
background-color: #BC4CF8;
}
.BgClassName
{
background-color: #BC4CF8;
}
</style>
border-color css
<style>
span { border-color: #BC4CF8; }
span { border-color: rgb(188,76,248); }
td.TdClassName
{
border-color: #BC4CF8;
}
.TagClassName
{
border-color: #BC4CF8;
}
</style>