Shades of Medium Orchid #BC61DC
Tints of Medium Orchid #BC61DC
RGB
CMYK
RGB Variations
Color information
#BC61DC (or 0xBC61DC) is known color: Medium Orchid. HEX triplet: BC, 61 and DC. RGB value is (188,97,220). Sum of RGB (Red+Green+Blue) = 188+97+220=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DC is #439E23. Grayscale: #898989. Windows color (decimal): -4431396 or 14442940. OLE color: 14442940.
HSL color Cylindrical-coordinate representation of color #BC61DC: hue angle of 284.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC61DC is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 97 | 220 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.14 |
| HSL | 284.39º | 0.64% | 0.62% | - |
| HSV(B) | 284.39º | 0.56% | 0.86% | - |
| XYZ | 37.93 | 24.41 | 70.42 | - |
| YUV | 138.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 220 | 0.15 | 0.56 | 0 | 0.14 | 284.39 | 0.64 | 0.62 |
| Hex | BC | 61 | DC | F | 38 | 0 | E | 11C | 40 | 3E |
| Octal | 274 | 141 | 334 | 17 | 70 | 0 | 16 | 434 | 100 | 76 |
| Binary | 10111100 | 1100001 | 11011100 | 1111 | 111000 | 0 | 1110 | 100011100 | 1000000 | 111110 |
Color Harmonies of #BC61DC
Complementary color
Monochromatic Colors of #BC61DC
Black with #BC61DC
Text Example
Text Example
White with #BC61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61DC; }
p { color: rgb(188,97,220); }
H1.HeaderClassName
{
color: #BC61DC;
}
.AnyTagClassName
{
color: #BC61DC;
}
</style>
background-color css
<style>
a { background-color: #BC61DC; }
a { background-color: rgb(188,97,220); }
div.DivClassName
{
background-color: #BC61DC;
}
.BgClassName
{
background-color: #BC61DC;
}
</style>
border-color css
<style>
span { border-color: #BC61DC; }
span { border-color: rgb(188,97,220); }
td.TdClassName
{
border-color: #BC61DC;
}
.TagClassName
{
border-color: #BC61DC;
}
</style>