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