Shades of Medium Orchid #BC53CC
Tints of Medium Orchid #BC53CC
RGB
CMYK
RGB Variations
Color information
#BC53CC (or 0xBC53CC) is known color: Medium Orchid. HEX triplet: BC, 53 and CC. RGB value is (188,83,204). Sum of RGB (Red+Green+Blue) = 188+83+204=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53CC is #43AC33. Grayscale: #7F7F7F. Windows color (decimal): -4434996 or 13390780. OLE color: 13390780.
HSL color Cylindrical-coordinate representation of color #BC53CC: hue angle of 292.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC53CC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 83 | 204 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.2 |
| HSL | 292.07º | 0.54% | 0.56% | - |
| HSV(B) | 292.07º | 0.59% | 0.8% | - |
| XYZ | 34.73 | 21.24 | 59.4 | - |
| YUV | 128.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 204 | 0.08 | 0.59 | 0 | 0.2 | 292.07 | 0.54 | 0.56 |
| Hex | BC | 53 | CC | 8 | 3B | 0 | 14 | 124 | 36 | 38 |
| Octal | 274 | 123 | 314 | 10 | 73 | 0 | 24 | 444 | 66 | 70 |
| Binary | 10111100 | 1010011 | 11001100 | 1000 | 111011 | 0 | 10100 | 100100100 | 110110 | 111000 |
Color Harmonies of #BC53CC
Complementary color
Monochromatic Colors of #BC53CC
Black with #BC53CC
Text Example
Text Example
White with #BC53CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53CC; }
p { color: rgb(188,83,204); }
H1.HeaderClassName
{
color: #BC53CC;
}
.AnyTagClassName
{
color: #BC53CC;
}
</style>
background-color css
<style>
a { background-color: #BC53CC; }
a { background-color: rgb(188,83,204); }
div.DivClassName
{
background-color: #BC53CC;
}
.BgClassName
{
background-color: #BC53CC;
}
</style>
border-color css
<style>
span { border-color: #BC53CC; }
span { border-color: rgb(188,83,204); }
td.TdClassName
{
border-color: #BC53CC;
}
.TagClassName
{
border-color: #BC53CC;
}
</style>