Shades of Medium Orchid #BC60DA
Tints of Medium Orchid #BC60DA
RGB
CMYK
RGB Variations
Color information
#BC60DA (or 0xBC60DA) is known color: Medium Orchid. HEX triplet: BC, 60 and DA. RGB value is (188,96,218). Sum of RGB (Red+Green+Blue) = 188+96+218=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC60DA is #439F25. Grayscale: #898989. Windows color (decimal): -4431654 or 14311612. OLE color: 14311612.
HSL color Cylindrical-coordinate representation of color #BC60DA: hue angle of 285.25º 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 #BC60DA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 96 | 218 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.15 |
| HSL | 285.25º | 0.62% | 0.62% | - |
| HSV(B) | 285.25º | 0.56% | 0.85% | - |
| XYZ | 37.58 | 24.12 | 69 | - |
| YUV | 137.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 218 | 0.14 | 0.56 | 0 | 0.15 | 285.25 | 0.62 | 0.62 |
| Hex | BC | 60 | DA | E | 38 | 0 | F | 11D | 3E | 3E |
| Octal | 274 | 140 | 332 | 16 | 70 | 0 | 17 | 435 | 76 | 76 |
| Binary | 10111100 | 1100000 | 11011010 | 1110 | 111000 | 0 | 1111 | 100011101 | 111110 | 111110 |
Color Harmonies of #BC60DA
Complementary color
Monochromatic Colors of #BC60DA
Black with #BC60DA
Text Example
Text Example
White with #BC60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC60DA; }
p { color: rgb(188,96,218); }
H1.HeaderClassName
{
color: #BC60DA;
}
.AnyTagClassName
{
color: #BC60DA;
}
</style>
background-color css
<style>
a { background-color: #BC60DA; }
a { background-color: rgb(188,96,218); }
div.DivClassName
{
background-color: #BC60DA;
}
.BgClassName
{
background-color: #BC60DA;
}
</style>
border-color css
<style>
span { border-color: #BC60DA; }
span { border-color: rgb(188,96,218); }
td.TdClassName
{
border-color: #BC60DA;
}
.TagClassName
{
border-color: #BC60DA;
}
</style>