Shades of Medium Orchid #BC57CF
Tints of Medium Orchid #BC57CF
RGB
CMYK
RGB Variations
Color information
#BC57CF (or 0xBC57CF) is known color: Medium Orchid. HEX triplet: BC, 57 and CF. RGB value is (188,87,207). Sum of RGB (Red+Green+Blue) = 188+87+207=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC57CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57CF is #43A830. Grayscale: #828282. Windows color (decimal): -4433969 or 13588412. OLE color: 13588412.
HSL color Cylindrical-coordinate representation of color #BC57CF: hue angle of 290.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC57CF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 87 | 207 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.19 |
| HSL | 290.5º | 0.56% | 0.58% | - |
| HSV(B) | 290.5º | 0.58% | 0.81% | - |
| XYZ | 35.41 | 22.01 | 61.41 | - |
| YUV | 130.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 207 | 0.09 | 0.58 | 0 | 0.19 | 290.5 | 0.56 | 0.58 |
| Hex | BC | 57 | CF | 9 | 3A | 0 | 13 | 122 | 38 | 3A |
| Octal | 274 | 127 | 317 | 11 | 72 | 0 | 23 | 442 | 70 | 72 |
| Binary | 10111100 | 1010111 | 11001111 | 1001 | 111010 | 0 | 10011 | 100100010 | 111000 | 111010 |
Color Harmonies of #BC57CF
Complementary color
Monochromatic Colors of #BC57CF
Black with #BC57CF
Text Example
Text Example
White with #BC57CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC57CF; }
p { color: rgb(188,87,207); }
H1.HeaderClassName
{
color: #BC57CF;
}
.AnyTagClassName
{
color: #BC57CF;
}
</style>
background-color css
<style>
a { background-color: #BC57CF; }
a { background-color: rgb(188,87,207); }
div.DivClassName
{
background-color: #BC57CF;
}
.BgClassName
{
background-color: #BC57CF;
}
</style>
border-color css
<style>
span { border-color: #BC57CF; }
span { border-color: rgb(188,87,207); }
td.TdClassName
{
border-color: #BC57CF;
}
.TagClassName
{
border-color: #BC57CF;
}
</style>