Shades of Medium Orchid #BC50DB
Tints of Medium Orchid #BC50DB
RGB
CMYK
RGB Variations
Color information
#BC50DB (or 0xBC50DB) is known color: Medium Orchid. HEX triplet: BC, 50 and DB. RGB value is (188,80,219). Sum of RGB (Red+Green+Blue) = 188+80+219=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50DB is #43AF24. Grayscale: #7F7F7F. Windows color (decimal): -4435749 or 14373052. OLE color: 14373052.
HSL color Cylindrical-coordinate representation of color #BC50DB: hue angle of 286.62º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC50DB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 80 | 219 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.14 |
| HSL | 286.62º | 0.66% | 0.59% | - |
| HSV(B) | 286.62º | 0.63% | 0.86% | - |
| XYZ | 36.39 | 21.54 | 69.26 | - |
| YUV | 128.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 219 | 0.14 | 0.63 | 0 | 0.14 | 286.62 | 0.66 | 0.59 |
| Hex | BC | 50 | DB | E | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 274 | 120 | 333 | 16 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111100 | 1010000 | 11011011 | 1110 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BC50DB
Complementary color
Monochromatic Colors of #BC50DB
Black with #BC50DB
Text Example
Text Example
White with #BC50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50DB; }
p { color: rgb(188,80,219); }
H1.HeaderClassName
{
color: #BC50DB;
}
.AnyTagClassName
{
color: #BC50DB;
}
</style>
background-color css
<style>
a { background-color: #BC50DB; }
a { background-color: rgb(188,80,219); }
div.DivClassName
{
background-color: #BC50DB;
}
.BgClassName
{
background-color: #BC50DB;
}
</style>
border-color css
<style>
span { border-color: #BC50DB; }
span { border-color: rgb(188,80,219); }
td.TdClassName
{
border-color: #BC50DB;
}
.TagClassName
{
border-color: #BC50DB;
}
</style>