Shades of Medium Orchid #BC4AFD
Tints of Medium Orchid #BC4AFD
RGB
CMYK
RGB Variations
Color information
#BC4AFD (or 0xBC4AFD) is known color: Medium Orchid. HEX triplet: BC, 4A and FD. RGB value is (188,74,253). Sum of RGB (Red+Green+Blue) = 188+74+253=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC4AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AFD is #43B502. Grayscale: #7F7F7F. Windows color (decimal): -4437251 or 16599740. OLE color: 16599740.
HSL color Cylindrical-coordinate representation of color #BC4AFD: hue angle of 278.21º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4AFD is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 74 | 253 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.01 |
| HSL | 278.21º | 0.98% | 0.64% | - |
| HSV(B) | 278.21º | 0.71% | 0.99% | - |
| XYZ | 40.92 | 22.68 | 95.15 | - |
| YUV | 128.49 | 198.27 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 253 | 0.26 | 0.71 | 0 | 0.01 | 278.21 | 0.98 | 0.64 |
| Hex | BC | 4A | FD | 1A | 47 | 0 | 1 | 116 | 62 | 40 |
| Octal | 274 | 112 | 375 | 32 | 107 | 0 | 1 | 426 | 142 | 100 |
| Binary | 10111100 | 1001010 | 11111101 | 11010 | 1000111 | 0 | 1 | 100010110 | 1100010 | 1000000 |
Color Harmonies of #BC4AFD
Complementary color
Monochromatic Colors of #BC4AFD
Black with #BC4AFD
Text Example
Text Example
White with #BC4AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AFD; }
p { color: rgb(188,74,253); }
H1.HeaderClassName
{
color: #BC4AFD;
}
.AnyTagClassName
{
color: #BC4AFD;
}
</style>
background-color css
<style>
a { background-color: #BC4AFD; }
a { background-color: rgb(188,74,253); }
div.DivClassName
{
background-color: #BC4AFD;
}
.BgClassName
{
background-color: #BC4AFD;
}
</style>
border-color css
<style>
span { border-color: #BC4AFD; }
span { border-color: rgb(188,74,253); }
td.TdClassName
{
border-color: #BC4AFD;
}
.TagClassName
{
border-color: #BC4AFD;
}
</style>