Shades of Medium Orchid #BC3BDD
Tints of Medium Orchid #BC3BDD
RGB
CMYK
RGB Variations
Color information
#BC3BDD (or 0xBC3BDD) is known color: Medium Orchid. HEX triplet: BC, 3B and DD. RGB value is (188,59,221). Sum of RGB (Red+Green+Blue) = 188+59+221=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC3BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BDD is #43C422. Grayscale: #737373. Windows color (decimal): -4441123 or 14498748. OLE color: 14498748.
HSL color Cylindrical-coordinate representation of color #BC3BDD: hue angle of 287.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3BDD is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 59 | 221 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.13 |
| HSL | 287.78º | 0.7% | 0.55% | - |
| HSV(B) | 287.78º | 0.73% | 0.87% | - |
| XYZ | 35.35 | 19.04 | 70.22 | - |
| YUV | 116.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 221 | 0.15 | 0.73 | 0 | 0.13 | 287.78 | 0.7 | 0.55 |
| Hex | BC | 3B | DD | F | 49 | 0 | D | 120 | 46 | 37 |
| Octal | 274 | 73 | 335 | 17 | 111 | 0 | 15 | 440 | 106 | 67 |
| Binary | 10111100 | 111011 | 11011101 | 1111 | 1001001 | 0 | 1101 | 100100000 | 1000110 | 110111 |
Color Harmonies of #BC3BDD
Complementary color
Monochromatic Colors of #BC3BDD
Black with #BC3BDD
Text Example
Text Example
White with #BC3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BDD; }
p { color: rgb(188,59,221); }
H1.HeaderClassName
{
color: #BC3BDD;
}
.AnyTagClassName
{
color: #BC3BDD;
}
</style>
background-color css
<style>
a { background-color: #BC3BDD; }
a { background-color: rgb(188,59,221); }
div.DivClassName
{
background-color: #BC3BDD;
}
.BgClassName
{
background-color: #BC3BDD;
}
</style>
border-color css
<style>
span { border-color: #BC3BDD; }
span { border-color: rgb(188,59,221); }
td.TdClassName
{
border-color: #BC3BDD;
}
.TagClassName
{
border-color: #BC3BDD;
}
</style>