Shades of Medium Orchid #BC51CC
Tints of Medium Orchid #BC51CC
RGB
CMYK
RGB Variations
Color information
#BC51CC (or 0xBC51CC) is known color: Medium Orchid. HEX triplet: BC, 51 and CC. RGB value is (188,81,204). Sum of RGB (Red+Green+Blue) = 188+81+204=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC51CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51CC is #43AE33. Grayscale: #7E7E7E. Windows color (decimal): -4435508 or 13390268. OLE color: 13390268.
HSL color Cylindrical-coordinate representation of color #BC51CC: hue angle of 292.2º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC51CC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 81 | 204 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.2 |
| HSL | 292.2º | 0.55% | 0.56% | - |
| HSV(B) | 292.2º | 0.6% | 0.8% | - |
| XYZ | 34.58 | 20.94 | 59.35 | - |
| YUV | 127.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 204 | 0.08 | 0.60 | 0 | 0.2 | 292.2 | 0.55 | 0.56 |
| Hex | BC | 51 | CC | 8 | 3C | 0 | 14 | 124 | 37 | 38 |
| Octal | 274 | 121 | 314 | 10 | 74 | 0 | 24 | 444 | 67 | 70 |
| Binary | 10111100 | 1010001 | 11001100 | 1000 | 111100 | 0 | 10100 | 100100100 | 110111 | 111000 |
Color Harmonies of #BC51CC
Complementary color
Monochromatic Colors of #BC51CC
Black with #BC51CC
Text Example
Text Example
White with #BC51CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51CC; }
p { color: rgb(188,81,204); }
H1.HeaderClassName
{
color: #BC51CC;
}
.AnyTagClassName
{
color: #BC51CC;
}
</style>
background-color css
<style>
a { background-color: #BC51CC; }
a { background-color: rgb(188,81,204); }
div.DivClassName
{
background-color: #BC51CC;
}
.BgClassName
{
background-color: #BC51CC;
}
</style>
border-color css
<style>
span { border-color: #BC51CC; }
span { border-color: rgb(188,81,204); }
td.TdClassName
{
border-color: #BC51CC;
}
.TagClassName
{
border-color: #BC51CC;
}
</style>