Shades of Medium Orchid #BC3DCC
Tints of Medium Orchid #BC3DCC
RGB
CMYK
RGB Variations
Color information
#BC3DCC (or 0xBC3DCC) is known color: Medium Orchid. HEX triplet: BC, 3D and CC. RGB value is (188,61,204). Sum of RGB (Red+Green+Blue) = 188+61+204=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC3DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DCC is #43C233. Grayscale: #727272. Windows color (decimal): -4440628 or 13385148. OLE color: 13385148.
HSL color Cylindrical-coordinate representation of color #BC3DCC: hue angle of 293.29º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3DCC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 61 | 204 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.2 |
| HSL | 293.29º | 0.58% | 0.52% | - |
| HSV(B) | 293.29º | 0.7% | 0.8% | - |
| XYZ | 33.31 | 18.39 | 58.92 | - |
| YUV | 115.28 | 178.08 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 61 | 204 | 0.08 | 0.70 | 0 | 0.2 | 293.29 | 0.58 | 0.52 |
| Hex | BC | 3D | CC | 8 | 46 | 0 | 14 | 125 | 3A | 34 |
| Octal | 274 | 75 | 314 | 10 | 106 | 0 | 24 | 445 | 72 | 64 |
| Binary | 10111100 | 111101 | 11001100 | 1000 | 1000110 | 0 | 10100 | 100100101 | 111010 | 110100 |
Color Harmonies of #BC3DCC
Complementary color
Monochromatic Colors of #BC3DCC
Black with #BC3DCC
Text Example
Text Example
White with #BC3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3DCC; }
p { color: rgb(188,61,204); }
H1.HeaderClassName
{
color: #BC3DCC;
}
.AnyTagClassName
{
color: #BC3DCC;
}
</style>
background-color css
<style>
a { background-color: #BC3DCC; }
a { background-color: rgb(188,61,204); }
div.DivClassName
{
background-color: #BC3DCC;
}
.BgClassName
{
background-color: #BC3DCC;
}
</style>
border-color css
<style>
span { border-color: #BC3DCC; }
span { border-color: rgb(188,61,204); }
td.TdClassName
{
border-color: #BC3DCC;
}
.TagClassName
{
border-color: #BC3DCC;
}
</style>