Shades of Medium Orchid #BC61DA
Tints of Medium Orchid #BC61DA
RGB
CMYK
RGB Variations
Color information
#BC61DA (or 0xBC61DA) is known color: Medium Orchid. HEX triplet: BC, 61 and DA. RGB value is (188,97,218). Sum of RGB (Red+Green+Blue) = 188+97+218=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DA is #439E25. Grayscale: #898989. Windows color (decimal): -4431398 or 14311868. OLE color: 14311868.
HSL color Cylindrical-coordinate representation of color #BC61DA: hue angle of 285.12º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC61DA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 97 | 218 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.15 |
| HSL | 285.12º | 0.62% | 0.62% | - |
| HSV(B) | 285.12º | 0.56% | 0.85% | - |
| XYZ | 37.67 | 24.3 | 69.04 | - |
| YUV | 138 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 218 | 0.14 | 0.56 | 0 | 0.15 | 285.12 | 0.62 | 0.62 |
| Hex | BC | 61 | DA | E | 38 | 0 | F | 11D | 3E | 3E |
| Octal | 274 | 141 | 332 | 16 | 70 | 0 | 17 | 435 | 76 | 76 |
| Binary | 10111100 | 1100001 | 11011010 | 1110 | 111000 | 0 | 1111 | 100011101 | 111110 | 111110 |
Color Harmonies of #BC61DA
Complementary color
Monochromatic Colors of #BC61DA
Black with #BC61DA
Text Example
Text Example
White with #BC61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61DA; }
p { color: rgb(188,97,218); }
H1.HeaderClassName
{
color: #BC61DA;
}
.AnyTagClassName
{
color: #BC61DA;
}
</style>
background-color css
<style>
a { background-color: #BC61DA; }
a { background-color: rgb(188,97,218); }
div.DivClassName
{
background-color: #BC61DA;
}
.BgClassName
{
background-color: #BC61DA;
}
</style>
border-color css
<style>
span { border-color: #BC61DA; }
span { border-color: rgb(188,97,218); }
td.TdClassName
{
border-color: #BC61DA;
}
.TagClassName
{
border-color: #BC61DA;
}
</style>