Shades of Medium Orchid #BC61DB
Tints of Medium Orchid #BC61DB
RGB
CMYK
RGB Variations
Color information
#BC61DB (or 0xBC61DB) is known color: Medium Orchid. HEX triplet: BC, 61 and DB. RGB value is (188,97,219). Sum of RGB (Red+Green+Blue) = 188+97+219=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DB is #439E24. Grayscale: #898989. Windows color (decimal): -4431397 or 14377404. OLE color: 14377404.
HSL color Cylindrical-coordinate representation of color #BC61DB: hue angle of 284.75º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC61DB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 97 | 219 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.14 |
| HSL | 284.75º | 0.63% | 0.62% | - |
| HSV(B) | 284.75º | 0.56% | 0.86% | - |
| XYZ | 37.8 | 24.36 | 69.73 | - |
| YUV | 138.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 219 | 0.14 | 0.56 | 0 | 0.14 | 284.75 | 0.63 | 0.62 |
| Hex | BC | 61 | DB | E | 38 | 0 | E | 11D | 3F | 3E |
| Octal | 274 | 141 | 333 | 16 | 70 | 0 | 16 | 435 | 77 | 76 |
| Binary | 10111100 | 1100001 | 11011011 | 1110 | 111000 | 0 | 1110 | 100011101 | 111111 | 111110 |
Color Harmonies of #BC61DB
Complementary color
Monochromatic Colors of #BC61DB
Black with #BC61DB
Text Example
Text Example
White with #BC61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61DB; }
p { color: rgb(188,97,219); }
H1.HeaderClassName
{
color: #BC61DB;
}
.AnyTagClassName
{
color: #BC61DB;
}
</style>
background-color css
<style>
a { background-color: #BC61DB; }
a { background-color: rgb(188,97,219); }
div.DivClassName
{
background-color: #BC61DB;
}
.BgClassName
{
background-color: #BC61DB;
}
</style>
border-color css
<style>
span { border-color: #BC61DB; }
span { border-color: rgb(188,97,219); }
td.TdClassName
{
border-color: #BC61DB;
}
.TagClassName
{
border-color: #BC61DB;
}
</style>