Shades of Medium Orchid #BC3ADE
Tints of Medium Orchid #BC3ADE
RGB
CMYK
RGB Variations
Color information
#BC3ADE (or 0xBC3ADE) is known color: Medium Orchid. HEX triplet: BC, 3A and DE. RGB value is (188,58,222). Sum of RGB (Red+Green+Blue) = 188+58+222=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ADE is #43C521. Grayscale: #737373. Windows color (decimal): -4441378 or 14564028. OLE color: 14564028.
HSL color Cylindrical-coordinate representation of color #BC3ADE: hue angle of 287.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3ADE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 58 | 222 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.13 |
| HSL | 287.56º | 0.71% | 0.55% | - |
| HSV(B) | 287.56º | 0.74% | 0.87% | - |
| XYZ | 35.44 | 18.99 | 70.91 | - |
| YUV | 115.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 222 | 0.15 | 0.74 | 0 | 0.13 | 287.56 | 0.71 | 0.55 |
| Hex | BC | 3A | DE | F | 4A | 0 | D | 120 | 47 | 37 |
| Octal | 274 | 72 | 336 | 17 | 112 | 0 | 15 | 440 | 107 | 67 |
| Binary | 10111100 | 111010 | 11011110 | 1111 | 1001010 | 0 | 1101 | 100100000 | 1000111 | 110111 |
Color Harmonies of #BC3ADE
Complementary color
Monochromatic Colors of #BC3ADE
Black with #BC3ADE
Text Example
Text Example
White with #BC3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ADE; }
p { color: rgb(188,58,222); }
H1.HeaderClassName
{
color: #BC3ADE;
}
.AnyTagClassName
{
color: #BC3ADE;
}
</style>
background-color css
<style>
a { background-color: #BC3ADE; }
a { background-color: rgb(188,58,222); }
div.DivClassName
{
background-color: #BC3ADE;
}
.BgClassName
{
background-color: #BC3ADE;
}
</style>
border-color css
<style>
span { border-color: #BC3ADE; }
span { border-color: rgb(188,58,222); }
td.TdClassName
{
border-color: #BC3ADE;
}
.TagClassName
{
border-color: #BC3ADE;
}
</style>