Shades of Medium Orchid #BC48DB
Tints of Medium Orchid #BC48DB
RGB
CMYK
RGB Variations
Color information
#BC48DB (or 0xBC48DB) is known color: Medium Orchid. HEX triplet: BC, 48 and DB. RGB value is (188,72,219). Sum of RGB (Red+Green+Blue) = 188+72+219=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC48DB is #43B724. Grayscale: #7A7A7A. Windows color (decimal): -4437797 or 14371004. OLE color: 14371004.
HSL color Cylindrical-coordinate representation of color #BC48DB: hue angle of 287.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC48DB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 72 | 219 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.14 |
| HSL | 287.35º | 0.67% | 0.57% | - |
| HSV(B) | 287.35º | 0.67% | 0.86% | - |
| XYZ | 35.84 | 20.44 | 69.07 | - |
| YUV | 123.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 219 | 0.14 | 0.67 | 0 | 0.14 | 287.35 | 0.67 | 0.57 |
| Hex | BC | 48 | DB | E | 43 | 0 | E | 11F | 43 | 39 |
| Octal | 274 | 110 | 333 | 16 | 103 | 0 | 16 | 437 | 103 | 71 |
| Binary | 10111100 | 1001000 | 11011011 | 1110 | 1000011 | 0 | 1110 | 100011111 | 1000011 | 111001 |
Color Harmonies of #BC48DB
Complementary color
Monochromatic Colors of #BC48DB
Black with #BC48DB
Text Example
Text Example
White with #BC48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC48DB; }
p { color: rgb(188,72,219); }
H1.HeaderClassName
{
color: #BC48DB;
}
.AnyTagClassName
{
color: #BC48DB;
}
</style>
background-color css
<style>
a { background-color: #BC48DB; }
a { background-color: rgb(188,72,219); }
div.DivClassName
{
background-color: #BC48DB;
}
.BgClassName
{
background-color: #BC48DB;
}
</style>
border-color css
<style>
span { border-color: #BC48DB; }
span { border-color: rgb(188,72,219); }
td.TdClassName
{
border-color: #BC48DB;
}
.TagClassName
{
border-color: #BC48DB;
}
</style>