Shades of Medium Orchid #BC31CC
Tints of Medium Orchid #BC31CC
RGB
CMYK
RGB Variations
Color information
#BC31CC (or 0xBC31CC) is known color: Medium Orchid. HEX triplet: BC, 31 and CC. RGB value is (188,49,204). Sum of RGB (Red+Green+Blue) = 188+49+204=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC31CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC31CC is #43CE33. Grayscale: #6B6B6B. Windows color (decimal): -4443700 or 13382076. OLE color: 13382076.
HSL color Cylindrical-coordinate representation of color #BC31CC: hue angle of 293.81º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC31CC is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 49 | 204 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.2 |
| HSL | 293.81º | 0.61% | 0.5% | - |
| HSV(B) | 293.81º | 0.76% | 0.8% | - |
| XYZ | 32.74 | 17.25 | 58.73 | - |
| YUV | 108.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 49 | 204 | 0.08 | 0.76 | 0 | 0.2 | 293.81 | 0.61 | 0.5 |
| Hex | BC | 31 | CC | 8 | 4C | 0 | 14 | 126 | 3D | 32 |
| Octal | 274 | 61 | 314 | 10 | 114 | 0 | 24 | 446 | 75 | 62 |
| Binary | 10111100 | 110001 | 11001100 | 1000 | 1001100 | 0 | 10100 | 100100110 | 111101 | 110010 |
Color Harmonies of #BC31CC
Complementary color
Monochromatic Colors of #BC31CC
Black with #BC31CC
Text Example
Text Example
White with #BC31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC31CC; }
p { color: rgb(188,49,204); }
H1.HeaderClassName
{
color: #BC31CC;
}
.AnyTagClassName
{
color: #BC31CC;
}
</style>
background-color css
<style>
a { background-color: #BC31CC; }
a { background-color: rgb(188,49,204); }
div.DivClassName
{
background-color: #BC31CC;
}
.BgClassName
{
background-color: #BC31CC;
}
</style>
border-color css
<style>
span { border-color: #BC31CC; }
span { border-color: rgb(188,49,204); }
td.TdClassName
{
border-color: #BC31CC;
}
.TagClassName
{
border-color: #BC31CC;
}
</style>