Shades of Medium Orchid #BC48D8
Tints of Medium Orchid #BC48D8
RGB
CMYK
RGB Variations
Color information
#BC48D8 (or 0xBC48D8) is known color: Medium Orchid. HEX triplet: BC, 48 and D8. RGB value is (188,72,216). Sum of RGB (Red+Green+Blue) = 188+72+216=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC48D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D8 is #43B727. Grayscale: #7A7A7A. Windows color (decimal): -4437800 or 14174396. OLE color: 14174396.
HSL color Cylindrical-coordinate representation of color #BC48D8: hue angle of 288.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC48D8 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 72 | 216 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.15 |
| HSL | 288.33º | 0.65% | 0.56% | - |
| HSV(B) | 288.33º | 0.67% | 0.85% | - |
| XYZ | 35.45 | 20.28 | 67.01 | - |
| YUV | 123.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 216 | 0.13 | 0.67 | 0 | 0.15 | 288.33 | 0.65 | 0.56 |
| Hex | BC | 48 | D8 | D | 43 | 0 | F | 120 | 41 | 38 |
| Octal | 274 | 110 | 330 | 15 | 103 | 0 | 17 | 440 | 101 | 70 |
| Binary | 10111100 | 1001000 | 11011000 | 1101 | 1000011 | 0 | 1111 | 100100000 | 1000001 | 111000 |
Color Harmonies of #BC48D8
Complementary color
Monochromatic Colors of #BC48D8
Black with #BC48D8
Text Example
Text Example
White with #BC48D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48D8; }
p { color: rgb(188,72,216); }
H1.HeaderClassName
{
color: #BC48D8;
}
.AnyTagClassName
{
color: #BC48D8;
}
</style>
background-color css
<style>
a { background-color: #BC48D8; }
a { background-color: rgb(188,72,216); }
div.DivClassName
{
background-color: #BC48D8;
}
.BgClassName
{
background-color: #BC48D8;
}
</style>
border-color css
<style>
span { border-color: #BC48D8; }
span { border-color: rgb(188,72,216); }
td.TdClassName
{
border-color: #BC48D8;
}
.TagClassName
{
border-color: #BC48D8;
}
</style>