Shades of Medium Orchid #BC48D5
Tints of Medium Orchid #BC48D5
RGB
CMYK
RGB Variations
Color information
#BC48D5 (or 0xBC48D5) is known color: Medium Orchid. HEX triplet: BC, 48 and D5. RGB value is (188,72,213). Sum of RGB (Red+Green+Blue) = 188+72+213=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC48D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48D5 is #43B72A. Grayscale: #7A7A7A. Windows color (decimal): -4437803 or 13977788. OLE color: 13977788.
HSL color Cylindrical-coordinate representation of color #BC48D5: hue angle of 289.36º 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 #BC48D5 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 72 | 213 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.16 |
| HSL | 289.36º | 0.63% | 0.56% | - |
| HSV(B) | 289.36º | 0.66% | 0.84% | - |
| XYZ | 35.07 | 20.13 | 64.99 | - |
| YUV | 122.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 213 | 0.12 | 0.66 | 0 | 0.16 | 289.36 | 0.63 | 0.56 |
| Hex | BC | 48 | D5 | C | 42 | 0 | 10 | 121 | 3F | 38 |
| Octal | 274 | 110 | 325 | 14 | 102 | 0 | 20 | 441 | 77 | 70 |
| Binary | 10111100 | 1001000 | 11010101 | 1100 | 1000010 | 0 | 10000 | 100100001 | 111111 | 111000 |
Color Harmonies of #BC48D5
Complementary color
Monochromatic Colors of #BC48D5
Black with #BC48D5
Text Example
Text Example
White with #BC48D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48D5; }
p { color: rgb(188,72,213); }
H1.HeaderClassName
{
color: #BC48D5;
}
.AnyTagClassName
{
color: #BC48D5;
}
</style>
background-color css
<style>
a { background-color: #BC48D5; }
a { background-color: rgb(188,72,213); }
div.DivClassName
{
background-color: #BC48D5;
}
.BgClassName
{
background-color: #BC48D5;
}
</style>
border-color css
<style>
span { border-color: #BC48D5; }
span { border-color: rgb(188,72,213); }
td.TdClassName
{
border-color: #BC48D5;
}
.TagClassName
{
border-color: #BC48D5;
}
</style>