Shades of Medium Orchid #BC63DA
Tints of Medium Orchid #BC63DA
RGB
CMYK
RGB Variations
Color information
#BC63DA (or 0xBC63DA) is known color: Medium Orchid. HEX triplet: BC, 63 and DA. RGB value is (188,99,218). Sum of RGB (Red+Green+Blue) = 188+99+218=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DA is #439C25. Grayscale: #8A8A8A. Windows color (decimal): -4430886 or 14312380. OLE color: 14312380.
HSL color Cylindrical-coordinate representation of color #BC63DA: hue angle of 284.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC63DA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 99 | 218 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.15 |
| HSL | 284.87º | 0.62% | 0.62% | - |
| HSV(B) | 284.87º | 0.55% | 0.85% | - |
| XYZ | 37.86 | 24.68 | 69.1 | - |
| YUV | 139.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 218 | 0.14 | 0.55 | 0 | 0.15 | 284.87 | 0.62 | 0.62 |
| Hex | BC | 63 | DA | E | 37 | 0 | F | 11D | 3E | 3E |
| Octal | 274 | 143 | 332 | 16 | 67 | 0 | 17 | 435 | 76 | 76 |
| Binary | 10111100 | 1100011 | 11011010 | 1110 | 110111 | 0 | 1111 | 100011101 | 111110 | 111110 |
Color Harmonies of #BC63DA
Complementary color
Monochromatic Colors of #BC63DA
Black with #BC63DA
Text Example
Text Example
White with #BC63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63DA; }
p { color: rgb(188,99,218); }
H1.HeaderClassName
{
color: #BC63DA;
}
.AnyTagClassName
{
color: #BC63DA;
}
</style>
background-color css
<style>
a { background-color: #BC63DA; }
a { background-color: rgb(188,99,218); }
div.DivClassName
{
background-color: #BC63DA;
}
.BgClassName
{
background-color: #BC63DA;
}
</style>
border-color css
<style>
span { border-color: #BC63DA; }
span { border-color: rgb(188,99,218); }
td.TdClassName
{
border-color: #BC63DA;
}
.TagClassName
{
border-color: #BC63DA;
}
</style>