Shades of Medium Orchid #BC4AFF
Tints of Medium Orchid #BC4AFF
RGB
CMYK
RGB Variations
Color information
#BC4AFF (or 0xBC4AFF) is known color: Medium Orchid. HEX triplet: BC, 4A and FF. RGB value is (188,74,255). Sum of RGB (Red+Green+Blue) = 188+74+255=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AFF is #43B500. Grayscale: #808080. Windows color (decimal): -4437249 or 16730812. OLE color: 16730812.
HSL color Cylindrical-coordinate representation of color #BC4AFF: hue angle of 277.79º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4AFF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 74 | 255 | - |
| CMYK | 0.26 | 0.71 | 0 | 0 |
| HSL | 277.79º | 1% | 0.65% | - |
| HSV(B) | 277.79º | 0.71% | 1% | - |
| XYZ | 41.24 | 22.81 | 96.84 | - |
| YUV | 128.72 | 199.27 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 255 | 0.26 | 0.71 | 0 | 0 | 277.79 | 1 | 0.65 |
| Hex | BC | 4A | FF | 1A | 47 | 0 | 0 | 116 | 64 | 41 |
| Octal | 274 | 112 | 377 | 32 | 107 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111100 | 1001010 | 11111111 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BC4AFF
Complementary color
Monochromatic Colors of #BC4AFF
Black with #BC4AFF
Text Example
Text Example
White with #BC4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AFF; }
p { color: rgb(188,74,255); }
H1.HeaderClassName
{
color: #BC4AFF;
}
.AnyTagClassName
{
color: #BC4AFF;
}
</style>
background-color css
<style>
a { background-color: #BC4AFF; }
a { background-color: rgb(188,74,255); }
div.DivClassName
{
background-color: #BC4AFF;
}
.BgClassName
{
background-color: #BC4AFF;
}
</style>
border-color css
<style>
span { border-color: #BC4AFF; }
span { border-color: rgb(188,74,255); }
td.TdClassName
{
border-color: #BC4AFF;
}
.TagClassName
{
border-color: #BC4AFF;
}
</style>