Shades of Medium Orchid #BC44DE
Tints of Medium Orchid #BC44DE
RGB
CMYK
RGB Variations
Color information
#BC44DE (or 0xBC44DE) is known color: Medium Orchid. HEX triplet: BC, 44 and DE. RGB value is (188,68,222). Sum of RGB (Red+Green+Blue) = 188+68+222=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC44DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44DE is #43BB21. Grayscale: #787878. Windows color (decimal): -4438818 or 14566588. OLE color: 14566588.
HSL color Cylindrical-coordinate representation of color #BC44DE: hue angle of 286.75º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC44DE is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 68 | 222 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.13 |
| HSL | 286.75º | 0.7% | 0.57% | - |
| HSV(B) | 286.75º | 0.69% | 0.87% | - |
| XYZ | 35.99 | 20.1 | 71.09 | - |
| YUV | 121.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 222 | 0.15 | 0.69 | 0 | 0.13 | 286.75 | 0.7 | 0.57 |
| Hex | BC | 44 | DE | F | 45 | 0 | D | 11F | 46 | 39 |
| Octal | 274 | 104 | 336 | 17 | 105 | 0 | 15 | 437 | 106 | 71 |
| Binary | 10111100 | 1000100 | 11011110 | 1111 | 1000101 | 0 | 1101 | 100011111 | 1000110 | 111001 |
Color Harmonies of #BC44DE
Complementary color
Monochromatic Colors of #BC44DE
Black with #BC44DE
Text Example
Text Example
White with #BC44DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44DE; }
p { color: rgb(188,68,222); }
H1.HeaderClassName
{
color: #BC44DE;
}
.AnyTagClassName
{
color: #BC44DE;
}
</style>
background-color css
<style>
a { background-color: #BC44DE; }
a { background-color: rgb(188,68,222); }
div.DivClassName
{
background-color: #BC44DE;
}
.BgClassName
{
background-color: #BC44DE;
}
</style>
border-color css
<style>
span { border-color: #BC44DE; }
span { border-color: rgb(188,68,222); }
td.TdClassName
{
border-color: #BC44DE;
}
.TagClassName
{
border-color: #BC44DE;
}
</style>