Shades of Medium Orchid #BC3ACB
Tints of Medium Orchid #BC3ACB
RGB
CMYK
RGB Variations
Color information
#BC3ACB (or 0xBC3ACB) is known color: Medium Orchid. HEX triplet: BC, 3A and CB. RGB value is (188,58,203). Sum of RGB (Red+Green+Blue) = 188+58+203=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ACB is #43C534. Grayscale: #707070. Windows color (decimal): -4441397 or 13318844. OLE color: 13318844.
HSL color Cylindrical-coordinate representation of color #BC3ACB: hue angle of 293.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3ACB is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 58 | 203 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.20 |
| HSL | 293.79º | 0.58% | 0.51% | - |
| HSV(B) | 293.79º | 0.71% | 0.8% | - |
| XYZ | 33.03 | 18.03 | 58.24 | - |
| YUV | 113.4 | 178.57 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 203 | 0.07 | 0.71 | 0 | 0.20 | 293.79 | 0.58 | 0.51 |
| Hex | BC | 3A | CB | 7 | 47 | 0 | 14 | 126 | 3A | 33 |
| Octal | 274 | 72 | 313 | 7 | 107 | 0 | 24 | 446 | 72 | 63 |
| Binary | 10111100 | 111010 | 11001011 | 111 | 1000111 | 0 | 10100 | 100100110 | 111010 | 110011 |
Color Harmonies of #BC3ACB
Complementary color
Monochromatic Colors of #BC3ACB
Black with #BC3ACB
Text Example
Text Example
White with #BC3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ACB; }
p { color: rgb(188,58,203); }
H1.HeaderClassName
{
color: #BC3ACB;
}
.AnyTagClassName
{
color: #BC3ACB;
}
</style>
background-color css
<style>
a { background-color: #BC3ACB; }
a { background-color: rgb(188,58,203); }
div.DivClassName
{
background-color: #BC3ACB;
}
.BgClassName
{
background-color: #BC3ACB;
}
</style>
border-color css
<style>
span { border-color: #BC3ACB; }
span { border-color: rgb(188,58,203); }
td.TdClassName
{
border-color: #BC3ACB;
}
.TagClassName
{
border-color: #BC3ACB;
}
</style>