Shades of Medium Orchid #BC65DD
Tints of Medium Orchid #BC65DD
RGB
CMYK
RGB Variations
Color information
#BC65DD (or 0xBC65DD) is known color: Medium Orchid. HEX triplet: BC, 65 and DD. RGB value is (188,101,221). Sum of RGB (Red+Green+Blue) = 188+101+221=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65DD is #439A22. Grayscale: #8C8C8C. Windows color (decimal): -4430371 or 14509500. OLE color: 14509500.
HSL color Cylindrical-coordinate representation of color #BC65DD: hue angle of 283.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC65DD is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 101 | 221 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283.5º | 0.64% | 0.63% | - |
| HSV(B) | 283.5º | 0.54% | 0.87% | - |
| XYZ | 38.44 | 25.22 | 71.25 | - |
| YUV | 140.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 221 | 0.15 | 0.54 | 0 | 0.13 | 283.5 | 0.64 | 0.63 |
| Hex | BC | 65 | DD | F | 36 | 0 | D | 11C | 40 | 3F |
| Octal | 274 | 145 | 335 | 17 | 66 | 0 | 15 | 434 | 100 | 77 |
| Binary | 10111100 | 1100101 | 11011101 | 1111 | 110110 | 0 | 1101 | 100011100 | 1000000 | 111111 |
Color Harmonies of #BC65DD
Complementary color
Monochromatic Colors of #BC65DD
Black with #BC65DD
Text Example
Text Example
White with #BC65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65DD; }
p { color: rgb(188,101,221); }
H1.HeaderClassName
{
color: #BC65DD;
}
.AnyTagClassName
{
color: #BC65DD;
}
</style>
background-color css
<style>
a { background-color: #BC65DD; }
a { background-color: rgb(188,101,221); }
div.DivClassName
{
background-color: #BC65DD;
}
.BgClassName
{
background-color: #BC65DD;
}
</style>
border-color css
<style>
span { border-color: #BC65DD; }
span { border-color: rgb(188,101,221); }
td.TdClassName
{
border-color: #BC65DD;
}
.TagClassName
{
border-color: #BC65DD;
}
</style>