Shades of Medium Orchid #BC52DF
Tints of Medium Orchid #BC52DF
RGB
CMYK
RGB Variations
Color information
#BC52DF (or 0xBC52DF) is known color: Medium Orchid. HEX triplet: BC, 52 and DF. RGB value is (188,82,223). Sum of RGB (Red+Green+Blue) = 188+82+223=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 82 (32.42% from 255 or 16.63% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC52DF is #43AD20. Grayscale: #818181. Windows color (decimal): -4435233 or 14635708. OLE color: 14635708.
HSL color Cylindrical-coordinate representation of color #BC52DF: hue angle of 285.11º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC52DF is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 82 | 223 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.13 |
| HSL | 285.11º | 0.69% | 0.6% | - |
| HSV(B) | 285.11º | 0.63% | 0.87% | - |
| XYZ | 37.08 | 22.05 | 72.11 | - |
| YUV | 129.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 223 | 0.16 | 0.63 | 0 | 0.13 | 285.11 | 0.69 | 0.6 |
| Hex | BC | 52 | DF | 10 | 3F | 0 | D | 11D | 45 | 3C |
| Octal | 274 | 122 | 337 | 20 | 77 | 0 | 15 | 435 | 105 | 74 |
| Binary | 10111100 | 1010010 | 11011111 | 10000 | 111111 | 0 | 1101 | 100011101 | 1000101 | 111100 |
Color Harmonies of #BC52DF
Complementary color
Monochromatic Colors of #BC52DF
Black with #BC52DF
Text Example
Text Example
White with #BC52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC52DF; }
p { color: rgb(188,82,223); }
H1.HeaderClassName
{
color: #BC52DF;
}
.AnyTagClassName
{
color: #BC52DF;
}
</style>
background-color css
<style>
a { background-color: #BC52DF; }
a { background-color: rgb(188,82,223); }
div.DivClassName
{
background-color: #BC52DF;
}
.BgClassName
{
background-color: #BC52DF;
}
</style>
border-color css
<style>
span { border-color: #BC52DF; }
span { border-color: rgb(188,82,223); }
td.TdClassName
{
border-color: #BC52DF;
}
.TagClassName
{
border-color: #BC52DF;
}
</style>