Shades of Medium Orchid #BC57DA
Tints of Medium Orchid #BC57DA
RGB
CMYK
RGB Variations
Color information
#BC57DA (or 0xBC57DA) is known color: Medium Orchid. HEX triplet: BC, 57 and DA. RGB value is (188,87,218). Sum of RGB (Red+Green+Blue) = 188+87+218=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC57DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57DA is #43A825. Grayscale: #838383. Windows color (decimal): -4433958 or 14309308. OLE color: 14309308.
HSL color Cylindrical-coordinate representation of color #BC57DA: hue angle of 286.26º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC57DA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 87 | 218 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.15 |
| HSL | 286.26º | 0.64% | 0.6% | - |
| HSV(B) | 286.26º | 0.6% | 0.85% | - |
| XYZ | 36.8 | 22.57 | 68.75 | - |
| YUV | 132.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 218 | 0.14 | 0.60 | 0 | 0.15 | 286.26 | 0.64 | 0.6 |
| Hex | BC | 57 | DA | E | 3C | 0 | F | 11E | 40 | 3C |
| Octal | 274 | 127 | 332 | 16 | 74 | 0 | 17 | 436 | 100 | 74 |
| Binary | 10111100 | 1010111 | 11011010 | 1110 | 111100 | 0 | 1111 | 100011110 | 1000000 | 111100 |
Color Harmonies of #BC57DA
Complementary color
Monochromatic Colors of #BC57DA
Black with #BC57DA
Text Example
Text Example
White with #BC57DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57DA; }
p { color: rgb(188,87,218); }
H1.HeaderClassName
{
color: #BC57DA;
}
.AnyTagClassName
{
color: #BC57DA;
}
</style>
background-color css
<style>
a { background-color: #BC57DA; }
a { background-color: rgb(188,87,218); }
div.DivClassName
{
background-color: #BC57DA;
}
.BgClassName
{
background-color: #BC57DA;
}
</style>
border-color css
<style>
span { border-color: #BC57DA; }
span { border-color: rgb(188,87,218); }
td.TdClassName
{
border-color: #BC57DA;
}
.TagClassName
{
border-color: #BC57DA;
}
</style>