Shades of Medium Orchid #BC48DD
Tints of Medium Orchid #BC48DD
RGB
CMYK
RGB Variations
Color information
#BC48DD (or 0xBC48DD) is known color: Medium Orchid. HEX triplet: BC, 48 and DD. RGB value is (188,72,221). Sum of RGB (Red+Green+Blue) = 188+72+221=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 72 (28.52% from 255 or 14.97% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48DD is #43B722. Grayscale: #7B7B7B. Windows color (decimal): -4437795 or 14502076. OLE color: 14502076.
HSL color Cylindrical-coordinate representation of color #BC48DD: hue angle of 286.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC48DD is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 72 | 221 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.13 |
| HSL | 286.71º | 0.69% | 0.57% | - |
| HSV(B) | 286.71º | 0.67% | 0.87% | - |
| XYZ | 36.11 | 20.55 | 70.47 | - |
| YUV | 123.67 | 182.93 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 221 | 0.15 | 0.67 | 0 | 0.13 | 286.71 | 0.69 | 0.57 |
| Hex | BC | 48 | DD | F | 43 | 0 | D | 11F | 45 | 39 |
| Octal | 274 | 110 | 335 | 17 | 103 | 0 | 15 | 437 | 105 | 71 |
| Binary | 10111100 | 1001000 | 11011101 | 1111 | 1000011 | 0 | 1101 | 100011111 | 1000101 | 111001 |
Color Harmonies of #BC48DD
Complementary color
Monochromatic Colors of #BC48DD
Black with #BC48DD
Text Example
Text Example
White with #BC48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48DD; }
p { color: rgb(188,72,221); }
H1.HeaderClassName
{
color: #BC48DD;
}
.AnyTagClassName
{
color: #BC48DD;
}
</style>
background-color css
<style>
a { background-color: #BC48DD; }
a { background-color: rgb(188,72,221); }
div.DivClassName
{
background-color: #BC48DD;
}
.BgClassName
{
background-color: #BC48DD;
}
</style>
border-color css
<style>
span { border-color: #BC48DD; }
span { border-color: rgb(188,72,221); }
td.TdClassName
{
border-color: #BC48DD;
}
.TagClassName
{
border-color: #BC48DD;
}
</style>