Shades of Medium Orchid #BC51D8
Tints of Medium Orchid #BC51D8
RGB
CMYK
RGB Variations
Color information
#BC51D8 (or 0xBC51D8) is known color: Medium Orchid. HEX triplet: BC, 51 and D8. RGB value is (188,81,216). Sum of RGB (Red+Green+Blue) = 188+81+216=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC51D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51D8 is #43AE27. Grayscale: #7F7F7F. Windows color (decimal): -4435496 or 14176700. OLE color: 14176700.
HSL color Cylindrical-coordinate representation of color #BC51D8: hue angle of 287.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC51D8 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 81 | 216 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.15 |
| HSL | 287.56º | 0.63% | 0.58% | - |
| HSV(B) | 287.56º | 0.63% | 0.85% | - |
| XYZ | 36.08 | 21.53 | 67.22 | - |
| YUV | 128.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 216 | 0.13 | 0.62 | 0 | 0.15 | 287.56 | 0.63 | 0.58 |
| Hex | BC | 51 | D8 | D | 3E | 0 | F | 120 | 3F | 3A |
| Octal | 274 | 121 | 330 | 15 | 76 | 0 | 17 | 440 | 77 | 72 |
| Binary | 10111100 | 1010001 | 11011000 | 1101 | 111110 | 0 | 1111 | 100100000 | 111111 | 111010 |
Color Harmonies of #BC51D8
Complementary color
Monochromatic Colors of #BC51D8
Black with #BC51D8
Text Example
Text Example
White with #BC51D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51D8; }
p { color: rgb(188,81,216); }
H1.HeaderClassName
{
color: #BC51D8;
}
.AnyTagClassName
{
color: #BC51D8;
}
</style>
background-color css
<style>
a { background-color: #BC51D8; }
a { background-color: rgb(188,81,216); }
div.DivClassName
{
background-color: #BC51D8;
}
.BgClassName
{
background-color: #BC51D8;
}
</style>
border-color css
<style>
span { border-color: #BC51D8; }
span { border-color: rgb(188,81,216); }
td.TdClassName
{
border-color: #BC51D8;
}
.TagClassName
{
border-color: #BC51D8;
}
</style>