Shades of Medium Orchid #BC39CC
Tints of Medium Orchid #BC39CC
RGB
CMYK
RGB Variations
Color information
#BC39CC (or 0xBC39CC) is known color: Medium Orchid. HEX triplet: BC, 39 and CC. RGB value is (188,57,204). Sum of RGB (Red+Green+Blue) = 188+57+204=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC39CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC39CC is #43C633. Grayscale: #707070. Windows color (decimal): -4441652 or 13384124. OLE color: 13384124.
HSL color Cylindrical-coordinate representation of color #BC39CC: hue angle of 293.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC39CC is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 57 | 204 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.2 |
| HSL | 293.47º | 0.59% | 0.51% | - |
| HSV(B) | 293.47º | 0.72% | 0.8% | - |
| XYZ | 33.1 | 17.98 | 58.85 | - |
| YUV | 112.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 204 | 0.08 | 0.72 | 0 | 0.2 | 293.47 | 0.59 | 0.51 |
| Hex | BC | 39 | CC | 8 | 48 | 0 | 14 | 125 | 3B | 33 |
| Octal | 274 | 71 | 314 | 10 | 110 | 0 | 24 | 445 | 73 | 63 |
| Binary | 10111100 | 111001 | 11001100 | 1000 | 1001000 | 0 | 10100 | 100100101 | 111011 | 110011 |
Color Harmonies of #BC39CC
Complementary color
Monochromatic Colors of #BC39CC
Black with #BC39CC
Text Example
Text Example
White with #BC39CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39CC; }
p { color: rgb(188,57,204); }
H1.HeaderClassName
{
color: #BC39CC;
}
.AnyTagClassName
{
color: #BC39CC;
}
</style>
background-color css
<style>
a { background-color: #BC39CC; }
a { background-color: rgb(188,57,204); }
div.DivClassName
{
background-color: #BC39CC;
}
.BgClassName
{
background-color: #BC39CC;
}
</style>
border-color css
<style>
span { border-color: #BC39CC; }
span { border-color: rgb(188,57,204); }
td.TdClassName
{
border-color: #BC39CC;
}
.TagClassName
{
border-color: #BC39CC;
}
</style>