Shades of Medium Orchid #BC55FF
Tints of Medium Orchid #BC55FF
RGB
CMYK
RGB Variations
Color information
#BC55FF (or 0xBC55FF) is known color: Medium Orchid. HEX triplet: BC, 55 and FF. RGB value is (188,85,255). Sum of RGB (Red+Green+Blue) = 188+85+255=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC55FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FF is #43AA00. Grayscale: #868686. Windows color (decimal): -4434433 or 16733628. OLE color: 16733628.
HSL color Cylindrical-coordinate representation of color #BC55FF: hue angle of 276.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC55FF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 85 | 255 | - |
| CMYK | 0.26 | 0.67 | 0 | 0 |
| HSL | 276.35º | 1% | 0.67% | - |
| HSV(B) | 276.35º | 0.67% | 1% | - |
| XYZ | 42.04 | 24.41 | 97.1 | - |
| YUV | 135.18 | 195.62 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 255 | 0.26 | 0.67 | 0 | 0 | 276.35 | 1 | 0.67 |
| Hex | BC | 55 | FF | 1A | 43 | 0 | 0 | 114 | 64 | 43 |
| Octal | 274 | 125 | 377 | 32 | 103 | 0 | 0 | 424 | 144 | 103 |
| Binary | 10111100 | 1010101 | 11111111 | 11010 | 1000011 | 0 | 0 | 100010100 | 1100100 | 1000011 |
Color Harmonies of #BC55FF
Complementary color
Monochromatic Colors of #BC55FF
Black with #BC55FF
Text Example
Text Example
White with #BC55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55FF; }
p { color: rgb(188,85,255); }
H1.HeaderClassName
{
color: #BC55FF;
}
.AnyTagClassName
{
color: #BC55FF;
}
</style>
background-color css
<style>
a { background-color: #BC55FF; }
a { background-color: rgb(188,85,255); }
div.DivClassName
{
background-color: #BC55FF;
}
.BgClassName
{
background-color: #BC55FF;
}
</style>
border-color css
<style>
span { border-color: #BC55FF; }
span { border-color: rgb(188,85,255); }
td.TdClassName
{
border-color: #BC55FF;
}
.TagClassName
{
border-color: #BC55FF;
}
</style>