Shades of Medium Orchid #BC63DB
Tints of Medium Orchid #BC63DB
RGB
CMYK
RGB Variations
Color information
#BC63DB (or 0xBC63DB) is known color: Medium Orchid. HEX triplet: BC, 63 and DB. RGB value is (188,99,219). Sum of RGB (Red+Green+Blue) = 188+99+219=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63DB is #439C24. Grayscale: #8A8A8A. Windows color (decimal): -4430885 or 14377916. OLE color: 14377916.
HSL color Cylindrical-coordinate representation of color #BC63DB: hue angle of 284.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC63DB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 99 | 219 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.14 |
| HSL | 284.5º | 0.63% | 0.62% | - |
| HSV(B) | 284.5º | 0.55% | 0.86% | - |
| XYZ | 37.99 | 24.73 | 69.79 | - |
| YUV | 139.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 219 | 0.14 | 0.55 | 0 | 0.14 | 284.5 | 0.63 | 0.62 |
| Hex | BC | 63 | DB | E | 37 | 0 | E | 11C | 3E | 3E |
| Octal | 274 | 143 | 333 | 16 | 67 | 0 | 16 | 434 | 76 | 76 |
| Binary | 10111100 | 1100011 | 11011011 | 1110 | 110111 | 0 | 1110 | 100011100 | 111110 | 111110 |
Color Harmonies of #BC63DB
Complementary color
Monochromatic Colors of #BC63DB
Black with #BC63DB
Text Example
Text Example
White with #BC63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63DB; }
p { color: rgb(188,99,219); }
H1.HeaderClassName
{
color: #BC63DB;
}
.AnyTagClassName
{
color: #BC63DB;
}
</style>
background-color css
<style>
a { background-color: #BC63DB; }
a { background-color: rgb(188,99,219); }
div.DivClassName
{
background-color: #BC63DB;
}
.BgClassName
{
background-color: #BC63DB;
}
</style>
border-color css
<style>
span { border-color: #BC63DB; }
span { border-color: rgb(188,99,219); }
td.TdClassName
{
border-color: #BC63DB;
}
.TagClassName
{
border-color: #BC63DB;
}
</style>