Shades of Medium Orchid #BC4BDD
Tints of Medium Orchid #BC4BDD
RGB
CMYK
RGB Variations
Color information
#BC4BDD (or 0xBC4BDD) is known color: Medium Orchid. HEX triplet: BC, 4B and DD. RGB value is (188,75,221). Sum of RGB (Red+Green+Blue) = 188+75+221=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDD is #43B422. Grayscale: #7C7C7C. Windows color (decimal): -4437027 or 14502844. OLE color: 14502844.
HSL color Cylindrical-coordinate representation of color #BC4BDD: hue angle of 286.44º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4BDD is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 75 | 221 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.13 |
| HSL | 286.44º | 0.68% | 0.58% | - |
| HSV(B) | 286.44º | 0.66% | 0.87% | - |
| XYZ | 36.31 | 20.94 | 70.54 | - |
| YUV | 125.43 | 181.94 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 75 | 221 | 0.15 | 0.66 | 0 | 0.13 | 286.44 | 0.68 | 0.58 |
| Hex | BC | 4B | DD | F | 42 | 0 | D | 11E | 44 | 3A |
| Octal | 274 | 113 | 335 | 17 | 102 | 0 | 15 | 436 | 104 | 72 |
| Binary | 10111100 | 1001011 | 11011101 | 1111 | 1000010 | 0 | 1101 | 100011110 | 1000100 | 111010 |
Color Harmonies of #BC4BDD
Complementary color
Monochromatic Colors of #BC4BDD
Black with #BC4BDD
Text Example
Text Example
White with #BC4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4BDD; }
p { color: rgb(188,75,221); }
H1.HeaderClassName
{
color: #BC4BDD;
}
.AnyTagClassName
{
color: #BC4BDD;
}
</style>
background-color css
<style>
a { background-color: #BC4BDD; }
a { background-color: rgb(188,75,221); }
div.DivClassName
{
background-color: #BC4BDD;
}
.BgClassName
{
background-color: #BC4BDD;
}
</style>
border-color css
<style>
span { border-color: #BC4BDD; }
span { border-color: rgb(188,75,221); }
td.TdClassName
{
border-color: #BC4BDD;
}
.TagClassName
{
border-color: #BC4BDD;
}
</style>