Shades of Medium Orchid #BC67DC
Tints of Medium Orchid #BC67DC
RGB
CMYK
RGB Variations
Color information
#BC67DC (or 0xBC67DC) is known color: Medium Orchid. HEX triplet: BC, 67 and DC. RGB value is (188,103,220). Sum of RGB (Red+Green+Blue) = 188+103+220=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DC is #439823. Grayscale: #8D8D8D. Windows color (decimal): -4429860 or 14444476. OLE color: 14444476.
HSL color Cylindrical-coordinate representation of color #BC67DC: hue angle of 283.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC67DC is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 103 | 220 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.14 |
| HSL | 283.59º | 0.63% | 0.63% | - |
| HSV(B) | 283.59º | 0.53% | 0.86% | - |
| XYZ | 38.51 | 25.56 | 70.61 | - |
| YUV | 141.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 220 | 0.15 | 0.53 | 0 | 0.14 | 283.59 | 0.63 | 0.63 |
| Hex | BC | 67 | DC | F | 35 | 0 | E | 11C | 3F | 3F |
| Octal | 274 | 147 | 334 | 17 | 65 | 0 | 16 | 434 | 77 | 77 |
| Binary | 10111100 | 1100111 | 11011100 | 1111 | 110101 | 0 | 1110 | 100011100 | 111111 | 111111 |
Color Harmonies of #BC67DC
Complementary color
Monochromatic Colors of #BC67DC
Black with #BC67DC
Text Example
Text Example
White with #BC67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67DC; }
p { color: rgb(188,103,220); }
H1.HeaderClassName
{
color: #BC67DC;
}
.AnyTagClassName
{
color: #BC67DC;
}
</style>
background-color css
<style>
a { background-color: #BC67DC; }
a { background-color: rgb(188,103,220); }
div.DivClassName
{
background-color: #BC67DC;
}
.BgClassName
{
background-color: #BC67DC;
}
</style>
border-color css
<style>
span { border-color: #BC67DC; }
span { border-color: rgb(188,103,220); }
td.TdClassName
{
border-color: #BC67DC;
}
.TagClassName
{
border-color: #BC67DC;
}
</style>