Shades of Medium Orchid #BC4EDB
Tints of Medium Orchid #BC4EDB
RGB
CMYK
RGB Variations
Color information
#BC4EDB (or 0xBC4EDB) is known color: Medium Orchid. HEX triplet: BC, 4E and DB. RGB value is (188,78,219). Sum of RGB (Red+Green+Blue) = 188+78+219=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EDB is #43B124. Grayscale: #7E7E7E. Windows color (decimal): -4436261 or 14372540. OLE color: 14372540.
HSL color Cylindrical-coordinate representation of color #BC4EDB: hue angle of 286.81º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4EDB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 78 | 219 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.14 |
| HSL | 286.81º | 0.66% | 0.58% | - |
| HSV(B) | 286.81º | 0.64% | 0.86% | - |
| XYZ | 36.25 | 21.25 | 69.21 | - |
| YUV | 126.96 | 179.94 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 219 | 0.14 | 0.64 | 0 | 0.14 | 286.81 | 0.66 | 0.58 |
| Hex | BC | 4E | DB | E | 40 | 0 | E | 11F | 42 | 3A |
| Octal | 274 | 116 | 333 | 16 | 100 | 0 | 16 | 437 | 102 | 72 |
| Binary | 10111100 | 1001110 | 11011011 | 1110 | 1000000 | 0 | 1110 | 100011111 | 1000010 | 111010 |
Color Harmonies of #BC4EDB
Complementary color
Monochromatic Colors of #BC4EDB
Black with #BC4EDB
Text Example
Text Example
White with #BC4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EDB; }
p { color: rgb(188,78,219); }
H1.HeaderClassName
{
color: #BC4EDB;
}
.AnyTagClassName
{
color: #BC4EDB;
}
</style>
background-color css
<style>
a { background-color: #BC4EDB; }
a { background-color: rgb(188,78,219); }
div.DivClassName
{
background-color: #BC4EDB;
}
.BgClassName
{
background-color: #BC4EDB;
}
</style>
border-color css
<style>
span { border-color: #BC4EDB; }
span { border-color: rgb(188,78,219); }
td.TdClassName
{
border-color: #BC4EDB;
}
.TagClassName
{
border-color: #BC4EDB;
}
</style>