Shades of Medium Orchid #BC48D6
Tints of Medium Orchid #BC48D6
RGB
CMYK
RGB Variations
Color information
#BC48D6 (or 0xBC48D6) is known color: Medium Orchid. HEX triplet: BC, 48 and D6. RGB value is (188,72,214). Sum of RGB (Red+Green+Blue) = 188+72+214=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 72 (28.52% from 255 or 15.19% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D6 is #43B729. Grayscale: #7A7A7A. Windows color (decimal): -4437802 or 14043324. OLE color: 14043324.
HSL color Cylindrical-coordinate representation of color #BC48D6: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC48D6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 72 | 214 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.16 |
| HSL | 289.01º | 0.63% | 0.56% | - |
| HSV(B) | 289.01º | 0.66% | 0.84% | - |
| XYZ | 35.19 | 20.18 | 65.66 | - |
| YUV | 122.87 | 179.43 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 214 | 0.12 | 0.66 | 0 | 0.16 | 289.01 | 0.63 | 0.56 |
| Hex | BC | 48 | D6 | C | 42 | 0 | 10 | 121 | 3F | 38 |
| Octal | 274 | 110 | 326 | 14 | 102 | 0 | 20 | 441 | 77 | 70 |
| Binary | 10111100 | 1001000 | 11010110 | 1100 | 1000010 | 0 | 10000 | 100100001 | 111111 | 111000 |
Color Harmonies of #BC48D6
Complementary color
Monochromatic Colors of #BC48D6
Black with #BC48D6
Text Example
Text Example
White with #BC48D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48D6; }
p { color: rgb(188,72,214); }
H1.HeaderClassName
{
color: #BC48D6;
}
.AnyTagClassName
{
color: #BC48D6;
}
</style>
background-color css
<style>
a { background-color: #BC48D6; }
a { background-color: rgb(188,72,214); }
div.DivClassName
{
background-color: #BC48D6;
}
.BgClassName
{
background-color: #BC48D6;
}
</style>
border-color css
<style>
span { border-color: #BC48D6; }
span { border-color: rgb(188,72,214); }
td.TdClassName
{
border-color: #BC48D6;
}
.TagClassName
{
border-color: #BC48D6;
}
</style>