Shades of Medium Orchid #BC4CDB
Tints of Medium Orchid #BC4CDB
RGB
CMYK
RGB Variations
Color information
#BC4CDB (or 0xBC4CDB) is known color: Medium Orchid. HEX triplet: BC, 4C and DB. RGB value is (188,76,219). Sum of RGB (Red+Green+Blue) = 188+76+219=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CDB is #43B324. Grayscale: #7D7D7D. Windows color (decimal): -4436773 or 14372028. OLE color: 14372028.
HSL color Cylindrical-coordinate representation of color #BC4CDB: hue angle of 286.99º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4CDB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 76 | 219 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.14 |
| HSL | 286.99º | 0.67% | 0.58% | - |
| HSV(B) | 286.99º | 0.65% | 0.86% | - |
| XYZ | 36.11 | 20.97 | 69.16 | - |
| YUV | 125.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 76 | 219 | 0.14 | 0.65 | 0 | 0.14 | 286.99 | 0.67 | 0.58 |
| Hex | BC | 4C | DB | E | 41 | 0 | E | 11F | 43 | 3A |
| Octal | 274 | 114 | 333 | 16 | 101 | 0 | 16 | 437 | 103 | 72 |
| Binary | 10111100 | 1001100 | 11011011 | 1110 | 1000001 | 0 | 1110 | 100011111 | 1000011 | 111010 |
Color Harmonies of #BC4CDB
Complementary color
Monochromatic Colors of #BC4CDB
Black with #BC4CDB
Text Example
Text Example
White with #BC4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4CDB; }
p { color: rgb(188,76,219); }
H1.HeaderClassName
{
color: #BC4CDB;
}
.AnyTagClassName
{
color: #BC4CDB;
}
</style>
background-color css
<style>
a { background-color: #BC4CDB; }
a { background-color: rgb(188,76,219); }
div.DivClassName
{
background-color: #BC4CDB;
}
.BgClassName
{
background-color: #BC4CDB;
}
</style>
border-color css
<style>
span { border-color: #BC4CDB; }
span { border-color: rgb(188,76,219); }
td.TdClassName
{
border-color: #BC4CDB;
}
.TagClassName
{
border-color: #BC4CDB;
}
</style>