Shades of Medium Orchid #BC3EEB
Tints of Medium Orchid #BC3EEB
RGB
CMYK
RGB Variations
Color information
#BC3EEB (or 0xBC3EEB) is known color: Medium Orchid. HEX triplet: BC, 3E and EB. RGB value is (188,62,235). Sum of RGB (Red+Green+Blue) = 188+62+235=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EEB is #43C114. Grayscale: #767676. Windows color (decimal): -4440341 or 15417020. OLE color: 15417020.
HSL color Cylindrical-coordinate representation of color #BC3EEB: hue angle of 283.7º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3EEB is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 62 | 235 | - |
| CMYK | 0.2 | 0.74 | 0 | 0.08 |
| HSL | 283.7º | 0.81% | 0.58% | - |
| HSV(B) | 283.7º | 0.74% | 0.92% | - |
| XYZ | 37.46 | 20.13 | 80.51 | - |
| YUV | 119.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 235 | 0.2 | 0.74 | 0 | 0.08 | 283.7 | 0.81 | 0.58 |
| Hex | BC | 3E | EB | 14 | 4A | 0 | 8 | 11C | 51 | 3A |
| Octal | 274 | 76 | 353 | 24 | 112 | 0 | 10 | 434 | 121 | 72 |
| Binary | 10111100 | 111110 | 11101011 | 10100 | 1001010 | 0 | 1000 | 100011100 | 1010001 | 111010 |
Color Harmonies of #BC3EEB
Complementary color
Monochromatic Colors of #BC3EEB
Black with #BC3EEB
Text Example
Text Example
White with #BC3EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EEB; }
p { color: rgb(188,62,235); }
H1.HeaderClassName
{
color: #BC3EEB;
}
.AnyTagClassName
{
color: #BC3EEB;
}
</style>
background-color css
<style>
a { background-color: #BC3EEB; }
a { background-color: rgb(188,62,235); }
div.DivClassName
{
background-color: #BC3EEB;
}
.BgClassName
{
background-color: #BC3EEB;
}
</style>
border-color css
<style>
span { border-color: #BC3EEB; }
span { border-color: rgb(188,62,235); }
td.TdClassName
{
border-color: #BC3EEB;
}
.TagClassName
{
border-color: #BC3EEB;
}
</style>