Shades of Medium Orchid #BC53D2
Tints of Medium Orchid #BC53D2
RGB
CMYK
RGB Variations
Color information
#BC53D2 (or 0xBC53D2) is known color: Medium Orchid. HEX triplet: BC, 53 and D2. RGB value is (188,83,210). Sum of RGB (Red+Green+Blue) = 188+83+210=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53D2 is #43AC2D. Grayscale: #808080. Windows color (decimal): -4434990 or 13783996. OLE color: 13783996.
HSL color Cylindrical-coordinate representation of color #BC53D2: hue angle of 289.61º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC53D2 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 83 | 210 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.18 |
| HSL | 289.61º | 0.59% | 0.57% | - |
| HSV(B) | 289.61º | 0.6% | 0.82% | - |
| XYZ | 35.47 | 21.53 | 63.26 | - |
| YUV | 128.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 210 | 0.10 | 0.60 | 0 | 0.18 | 289.61 | 0.59 | 0.57 |
| Hex | BC | 53 | D2 | A | 3C | 0 | 12 | 122 | 3B | 39 |
| Octal | 274 | 123 | 322 | 12 | 74 | 0 | 22 | 442 | 73 | 71 |
| Binary | 10111100 | 1010011 | 11010010 | 1010 | 111100 | 0 | 10010 | 100100010 | 111011 | 111001 |
Color Harmonies of #BC53D2
Complementary color
Monochromatic Colors of #BC53D2
Black with #BC53D2
Text Example
Text Example
White with #BC53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53D2; }
p { color: rgb(188,83,210); }
H1.HeaderClassName
{
color: #BC53D2;
}
.AnyTagClassName
{
color: #BC53D2;
}
</style>
background-color css
<style>
a { background-color: #BC53D2; }
a { background-color: rgb(188,83,210); }
div.DivClassName
{
background-color: #BC53D2;
}
.BgClassName
{
background-color: #BC53D2;
}
</style>
border-color css
<style>
span { border-color: #BC53D2; }
span { border-color: rgb(188,83,210); }
td.TdClassName
{
border-color: #BC53D2;
}
.TagClassName
{
border-color: #BC53D2;
}
</style>