Shades of Medium Orchid #BC4FDB
Tints of Medium Orchid #BC4FDB
RGB
CMYK
RGB Variations
Color information
#BC4FDB (or 0xBC4FDB) is known color: Medium Orchid. HEX triplet: BC, 4F and DB. RGB value is (188,79,219). Sum of RGB (Red+Green+Blue) = 188+79+219=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FDB is #43B024. Grayscale: #7F7F7F. Windows color (decimal): -4436005 or 14372796. OLE color: 14372796.
HSL color Cylindrical-coordinate representation of color #BC4FDB: hue angle of 286.71º 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 #BC4FDB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 79 | 219 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.14 |
| HSL | 286.71º | 0.66% | 0.58% | - |
| HSV(B) | 286.71º | 0.64% | 0.86% | - |
| XYZ | 36.32 | 21.4 | 69.23 | - |
| YUV | 127.55 | 179.61 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 219 | 0.14 | 0.64 | 0 | 0.14 | 286.71 | 0.66 | 0.58 |
| Hex | BC | 4F | DB | E | 40 | 0 | E | 11F | 42 | 3A |
| Octal | 274 | 117 | 333 | 16 | 100 | 0 | 16 | 437 | 102 | 72 |
| Binary | 10111100 | 1001111 | 11011011 | 1110 | 1000000 | 0 | 1110 | 100011111 | 1000010 | 111010 |
Color Harmonies of #BC4FDB
Complementary color
Monochromatic Colors of #BC4FDB
Black with #BC4FDB
Text Example
Text Example
White with #BC4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FDB; }
p { color: rgb(188,79,219); }
H1.HeaderClassName
{
color: #BC4FDB;
}
.AnyTagClassName
{
color: #BC4FDB;
}
</style>
background-color css
<style>
a { background-color: #BC4FDB; }
a { background-color: rgb(188,79,219); }
div.DivClassName
{
background-color: #BC4FDB;
}
.BgClassName
{
background-color: #BC4FDB;
}
</style>
border-color css
<style>
span { border-color: #BC4FDB; }
span { border-color: rgb(188,79,219); }
td.TdClassName
{
border-color: #BC4FDB;
}
.TagClassName
{
border-color: #BC4FDB;
}
</style>