Shades of Medium Orchid #BC4BDB
Tints of Medium Orchid #BC4BDB
RGB
CMYK
RGB Variations
Color information
#BC4BDB (or 0xBC4BDB) is known color: Medium Orchid. HEX triplet: BC, 4B and DB. RGB value is (188,75,219). Sum of RGB (Red+Green+Blue) = 188+75+219=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 75 (29.69% from 255 or 15.56% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDB is #43B424. Grayscale: #7C7C7C. Windows color (decimal): -4437029 or 14371772. OLE color: 14371772.
HSL color Cylindrical-coordinate representation of color #BC4BDB: hue angle of 287.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4BDB is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 75 | 219 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.14 |
| HSL | 287.08º | 0.67% | 0.58% | - |
| HSV(B) | 287.08º | 0.66% | 0.86% | - |
| XYZ | 36.04 | 20.84 | 69.14 | - |
| YUV | 125.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 219 | 0.14 | 0.66 | 0 | 0.14 | 287.08 | 0.67 | 0.58 |
| Hex | BC | 4B | DB | E | 42 | 0 | E | 11F | 43 | 3A |
| Octal | 274 | 113 | 333 | 16 | 102 | 0 | 16 | 437 | 103 | 72 |
| Binary | 10111100 | 1001011 | 11011011 | 1110 | 1000010 | 0 | 1110 | 100011111 | 1000011 | 111010 |
Color Harmonies of #BC4BDB
Complementary color
Monochromatic Colors of #BC4BDB
Black with #BC4BDB
Text Example
Text Example
White with #BC4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BDB; }
p { color: rgb(188,75,219); }
H1.HeaderClassName
{
color: #BC4BDB;
}
.AnyTagClassName
{
color: #BC4BDB;
}
</style>
background-color css
<style>
a { background-color: #BC4BDB; }
a { background-color: rgb(188,75,219); }
div.DivClassName
{
background-color: #BC4BDB;
}
.BgClassName
{
background-color: #BC4BDB;
}
</style>
border-color css
<style>
span { border-color: #BC4BDB; }
span { border-color: rgb(188,75,219); }
td.TdClassName
{
border-color: #BC4BDB;
}
.TagClassName
{
border-color: #BC4BDB;
}
</style>