Shades of Medium Orchid #BC44DA
Tints of Medium Orchid #BC44DA
RGB
CMYK
RGB Variations
Color information
#BC44DA (or 0xBC44DA) is known color: Medium Orchid. HEX triplet: BC, 44 and DA. RGB value is (188,68,218). Sum of RGB (Red+Green+Blue) = 188+68+218=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC44DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44DA is #43BB25. Grayscale: #787878. Windows color (decimal): -4438822 or 14304444. OLE color: 14304444.
HSL color Cylindrical-coordinate representation of color #BC44DA: hue angle of 288º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC44DA is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 68 | 218 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.15 |
| HSL | 288º | 0.67% | 0.56% | - |
| HSV(B) | 288º | 0.69% | 0.85% | - |
| XYZ | 35.46 | 19.89 | 68.3 | - |
| YUV | 120.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 218 | 0.14 | 0.69 | 0 | 0.15 | 288 | 0.67 | 0.56 |
| Hex | BC | 44 | DA | E | 45 | 0 | F | 120 | 43 | 38 |
| Octal | 274 | 104 | 332 | 16 | 105 | 0 | 17 | 440 | 103 | 70 |
| Binary | 10111100 | 1000100 | 11011010 | 1110 | 1000101 | 0 | 1111 | 100100000 | 1000011 | 111000 |
Color Harmonies of #BC44DA
Complementary color
Monochromatic Colors of #BC44DA
Black with #BC44DA
Text Example
Text Example
White with #BC44DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44DA; }
p { color: rgb(188,68,218); }
H1.HeaderClassName
{
color: #BC44DA;
}
.AnyTagClassName
{
color: #BC44DA;
}
</style>
background-color css
<style>
a { background-color: #BC44DA; }
a { background-color: rgb(188,68,218); }
div.DivClassName
{
background-color: #BC44DA;
}
.BgClassName
{
background-color: #BC44DA;
}
</style>
border-color css
<style>
span { border-color: #BC44DA; }
span { border-color: rgb(188,68,218); }
td.TdClassName
{
border-color: #BC44DA;
}
.TagClassName
{
border-color: #BC44DA;
}
</style>