Shades of Medium Orchid #BC67DD
Tints of Medium Orchid #BC67DD
RGB
CMYK
RGB Variations
Color information
#BC67DD (or 0xBC67DD) is known color: Medium Orchid. HEX triplet: BC, 67 and DD. RGB value is (188,103,221). Sum of RGB (Red+Green+Blue) = 188+103+221=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DD is #439822. Grayscale: #8D8D8D. Windows color (decimal): -4429859 or 14510012. OLE color: 14510012.
HSL color Cylindrical-coordinate representation of color #BC67DD: hue angle of 283.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC67DD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 103 | 221 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 283.22º | 0.63% | 0.64% | - |
| HSV(B) | 283.22º | 0.53% | 0.87% | - |
| XYZ | 38.64 | 25.61 | 71.31 | - |
| YUV | 141.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 221 | 0.15 | 0.53 | 0 | 0.13 | 283.22 | 0.63 | 0.64 |
| Hex | BC | 67 | DD | F | 35 | 0 | D | 11B | 3F | 40 |
| Octal | 274 | 147 | 335 | 17 | 65 | 0 | 15 | 433 | 77 | 100 |
| Binary | 10111100 | 1100111 | 11011101 | 1111 | 110101 | 0 | 1101 | 100011011 | 111111 | 1000000 |
Color Harmonies of #BC67DD
Complementary color
Monochromatic Colors of #BC67DD
Black with #BC67DD
Text Example
Text Example
White with #BC67DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67DD; }
p { color: rgb(188,103,221); }
H1.HeaderClassName
{
color: #BC67DD;
}
.AnyTagClassName
{
color: #BC67DD;
}
</style>
background-color css
<style>
a { background-color: #BC67DD; }
a { background-color: rgb(188,103,221); }
div.DivClassName
{
background-color: #BC67DD;
}
.BgClassName
{
background-color: #BC67DD;
}
</style>
border-color css
<style>
span { border-color: #BC67DD; }
span { border-color: rgb(188,103,221); }
td.TdClassName
{
border-color: #BC67DD;
}
.TagClassName
{
border-color: #BC67DD;
}
</style>