Shades of Medium Orchid #BC62DB
Tints of Medium Orchid #BC62DB
RGB
CMYK
RGB Variations
Color information
#BC62DB (or 0xBC62DB) is known color: Medium Orchid. HEX triplet: BC, 62 and DB. RGB value is (188,98,219). Sum of RGB (Red+Green+Blue) = 188+98+219=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC62DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62DB is #439D24. Grayscale: #8A8A8A. Windows color (decimal): -4431141 or 14377660. OLE color: 14377660.
HSL color Cylindrical-coordinate representation of color #BC62DB: hue angle of 284.63º degrees, saturation: 0.63, 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 #BC62DB is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 98 | 219 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.14 |
| HSL | 284.63º | 0.63% | 0.62% | - |
| HSV(B) | 284.63º | 0.55% | 0.86% | - |
| XYZ | 37.89 | 24.54 | 69.76 | - |
| YUV | 138.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 219 | 0.14 | 0.55 | 0 | 0.14 | 284.63 | 0.63 | 0.62 |
| Hex | BC | 62 | DB | E | 37 | 0 | E | 11D | 3F | 3E |
| Octal | 274 | 142 | 333 | 16 | 67 | 0 | 16 | 435 | 77 | 76 |
| Binary | 10111100 | 1100010 | 11011011 | 1110 | 110111 | 0 | 1110 | 100011101 | 111111 | 111110 |
Color Harmonies of #BC62DB
Complementary color
Monochromatic Colors of #BC62DB
Black with #BC62DB
Text Example
Text Example
White with #BC62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62DB; }
p { color: rgb(188,98,219); }
H1.HeaderClassName
{
color: #BC62DB;
}
.AnyTagClassName
{
color: #BC62DB;
}
</style>
background-color css
<style>
a { background-color: #BC62DB; }
a { background-color: rgb(188,98,219); }
div.DivClassName
{
background-color: #BC62DB;
}
.BgClassName
{
background-color: #BC62DB;
}
</style>
border-color css
<style>
span { border-color: #BC62DB; }
span { border-color: rgb(188,98,219); }
td.TdClassName
{
border-color: #BC62DB;
}
.TagClassName
{
border-color: #BC62DB;
}
</style>