Shades of Medium Orchid #BC4DDA
Tints of Medium Orchid #BC4DDA
RGB
CMYK
RGB Variations
Color information
#BC4DDA (or 0xBC4DDA) is known color: Medium Orchid. HEX triplet: BC, 4D and DA. RGB value is (188,77,218). Sum of RGB (Red+Green+Blue) = 188+77+218=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DDA is #43B225. Grayscale: #7D7D7D. Windows color (decimal): -4436518 or 14306748. OLE color: 14306748.
HSL color Cylindrical-coordinate representation of color #BC4DDA: hue angle of 287.23º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4DDA is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 77 | 218 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.15 |
| HSL | 287.23º | 0.66% | 0.58% | - |
| HSV(B) | 287.23º | 0.65% | 0.85% | - |
| XYZ | 36.05 | 21.06 | 68.49 | - |
| YUV | 126.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 218 | 0.14 | 0.65 | 0 | 0.15 | 287.23 | 0.66 | 0.58 |
| Hex | BC | 4D | DA | E | 41 | 0 | F | 11F | 42 | 3A |
| Octal | 274 | 115 | 332 | 16 | 101 | 0 | 17 | 437 | 102 | 72 |
| Binary | 10111100 | 1001101 | 11011010 | 1110 | 1000001 | 0 | 1111 | 100011111 | 1000010 | 111010 |
Color Harmonies of #BC4DDA
Complementary color
Monochromatic Colors of #BC4DDA
Black with #BC4DDA
Text Example
Text Example
White with #BC4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4DDA; }
p { color: rgb(188,77,218); }
H1.HeaderClassName
{
color: #BC4DDA;
}
.AnyTagClassName
{
color: #BC4DDA;
}
</style>
background-color css
<style>
a { background-color: #BC4DDA; }
a { background-color: rgb(188,77,218); }
div.DivClassName
{
background-color: #BC4DDA;
}
.BgClassName
{
background-color: #BC4DDA;
}
</style>
border-color css
<style>
span { border-color: #BC4DDA; }
span { border-color: rgb(188,77,218); }
td.TdClassName
{
border-color: #BC4DDA;
}
.TagClassName
{
border-color: #BC4DDA;
}
</style>