Shades of Medium Orchid #BC3ECB
Tints of Medium Orchid #BC3ECB
RGB
CMYK
RGB Variations
Color information
#BC3ECB (or 0xBC3ECB) is known color: Medium Orchid. HEX triplet: BC, 3E and CB. RGB value is (188,62,203). Sum of RGB (Red+Green+Blue) = 188+62+203=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ECB is #43C134. Grayscale: #737373. Windows color (decimal): -4440373 or 13319868. OLE color: 13319868.
HSL color Cylindrical-coordinate representation of color #BC3ECB: hue angle of 293.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3ECB is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 62 | 203 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.20 |
| HSL | 293.62º | 0.58% | 0.52% | - |
| HSV(B) | 293.62º | 0.69% | 0.8% | - |
| XYZ | 33.24 | 18.45 | 58.31 | - |
| YUV | 115.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 203 | 0.07 | 0.69 | 0 | 0.20 | 293.62 | 0.58 | 0.52 |
| Hex | BC | 3E | CB | 7 | 45 | 0 | 14 | 126 | 3A | 34 |
| Octal | 274 | 76 | 313 | 7 | 105 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111100 | 111110 | 11001011 | 111 | 1000101 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BC3ECB
Complementary color
Monochromatic Colors of #BC3ECB
Black with #BC3ECB
Text Example
Text Example
White with #BC3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ECB; }
p { color: rgb(188,62,203); }
H1.HeaderClassName
{
color: #BC3ECB;
}
.AnyTagClassName
{
color: #BC3ECB;
}
</style>
background-color css
<style>
a { background-color: #BC3ECB; }
a { background-color: rgb(188,62,203); }
div.DivClassName
{
background-color: #BC3ECB;
}
.BgClassName
{
background-color: #BC3ECB;
}
</style>
border-color css
<style>
span { border-color: #BC3ECB; }
span { border-color: rgb(188,62,203); }
td.TdClassName
{
border-color: #BC3ECB;
}
.TagClassName
{
border-color: #BC3ECB;
}
</style>