Shades of Medium Orchid #BC3BEB
Tints of Medium Orchid #BC3BEB
RGB
CMYK
RGB Variations
Color information
#BC3BEB (or 0xBC3BEB) is known color: Medium Orchid. HEX triplet: BC, 3B and EB. RGB value is (188,59,235). Sum of RGB (Red+Green+Blue) = 188+59+235=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC3BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BEB is #43C414. Grayscale: #757575. Windows color (decimal): -4441109 or 15416252. OLE color: 15416252.
HSL color Cylindrical-coordinate representation of color #BC3BEB: hue angle of 283.98º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3BEB is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 59 | 235 | - |
| CMYK | 0.2 | 0.75 | 0 | 0.08 |
| HSL | 283.98º | 0.81% | 0.58% | - |
| HSV(B) | 283.98º | 0.75% | 0.92% | - |
| XYZ | 37.3 | 19.82 | 80.46 | - |
| YUV | 117.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 235 | 0.2 | 0.75 | 0 | 0.08 | 283.98 | 0.81 | 0.58 |
| Hex | BC | 3B | EB | 14 | 4B | 0 | 8 | 11C | 51 | 3A |
| Octal | 274 | 73 | 353 | 24 | 113 | 0 | 10 | 434 | 121 | 72 |
| Binary | 10111100 | 111011 | 11101011 | 10100 | 1001011 | 0 | 1000 | 100011100 | 1010001 | 111010 |
Color Harmonies of #BC3BEB
Complementary color
Monochromatic Colors of #BC3BEB
Black with #BC3BEB
Text Example
Text Example
White with #BC3BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BEB; }
p { color: rgb(188,59,235); }
H1.HeaderClassName
{
color: #BC3BEB;
}
.AnyTagClassName
{
color: #BC3BEB;
}
</style>
background-color css
<style>
a { background-color: #BC3BEB; }
a { background-color: rgb(188,59,235); }
div.DivClassName
{
background-color: #BC3BEB;
}
.BgClassName
{
background-color: #BC3BEB;
}
</style>
border-color css
<style>
span { border-color: #BC3BEB; }
span { border-color: rgb(188,59,235); }
td.TdClassName
{
border-color: #BC3BEB;
}
.TagClassName
{
border-color: #BC3BEB;
}
</style>