Shades of Medium Orchid #BC4ADA
Tints of Medium Orchid #BC4ADA
RGB
CMYK
RGB Variations
Color information
#BC4ADA (or 0xBC4ADA) is known color: Medium Orchid. HEX triplet: BC, 4A and DA. RGB value is (188,74,218). Sum of RGB (Red+Green+Blue) = 188+74+218=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4ADA is #43B525. Grayscale: #7C7C7C. Windows color (decimal): -4437286 or 14305980. OLE color: 14305980.
HSL color Cylindrical-coordinate representation of color #BC4ADA: hue angle of 287.5º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4ADA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 74 | 218 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.15 |
| HSL | 287.5º | 0.66% | 0.57% | - |
| HSV(B) | 287.5º | 0.66% | 0.85% | - |
| XYZ | 35.84 | 20.65 | 68.43 | - |
| YUV | 124.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 218 | 0.14 | 0.66 | 0 | 0.15 | 287.5 | 0.66 | 0.57 |
| Hex | BC | 4A | DA | E | 42 | 0 | F | 120 | 42 | 39 |
| Octal | 274 | 112 | 332 | 16 | 102 | 0 | 17 | 440 | 102 | 71 |
| Binary | 10111100 | 1001010 | 11011010 | 1110 | 1000010 | 0 | 1111 | 100100000 | 1000010 | 111001 |
Color Harmonies of #BC4ADA
Complementary color
Monochromatic Colors of #BC4ADA
Black with #BC4ADA
Text Example
Text Example
White with #BC4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ADA; }
p { color: rgb(188,74,218); }
H1.HeaderClassName
{
color: #BC4ADA;
}
.AnyTagClassName
{
color: #BC4ADA;
}
</style>
background-color css
<style>
a { background-color: #BC4ADA; }
a { background-color: rgb(188,74,218); }
div.DivClassName
{
background-color: #BC4ADA;
}
.BgClassName
{
background-color: #BC4ADA;
}
</style>
border-color css
<style>
span { border-color: #BC4ADA; }
span { border-color: rgb(188,74,218); }
td.TdClassName
{
border-color: #BC4ADA;
}
.TagClassName
{
border-color: #BC4ADA;
}
</style>