Shades of Medium Orchid #BC55F9
Tints of Medium Orchid #BC55F9
RGB
CMYK
RGB Variations
Color information
#BC55F9 (or 0xBC55F9) is known color: Medium Orchid. HEX triplet: BC, 55 and F9. RGB value is (188,85,249). Sum of RGB (Red+Green+Blue) = 188+85+249=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC55F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55F9 is #43AA06. Grayscale: #858585. Windows color (decimal): -4434439 or 16340412. OLE color: 16340412.
HSL color Cylindrical-coordinate representation of color #BC55F9: hue angle of 277.68º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC55F9 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 85 | 249 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.02 |
| HSL | 277.68º | 0.93% | 0.65% | - |
| HSV(B) | 277.68º | 0.66% | 0.98% | - |
| XYZ | 41.09 | 24.03 | 92.09 | - |
| YUV | 134.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 249 | 0.24 | 0.66 | 0 | 0.02 | 277.68 | 0.93 | 0.65 |
| Hex | BC | 55 | F9 | 18 | 42 | 0 | 2 | 116 | 5D | 41 |
| Octal | 274 | 125 | 371 | 30 | 102 | 0 | 2 | 426 | 135 | 101 |
| Binary | 10111100 | 1010101 | 11111001 | 11000 | 1000010 | 0 | 10 | 100010110 | 1011101 | 1000001 |
Color Harmonies of #BC55F9
Complementary color
Monochromatic Colors of #BC55F9
Black with #BC55F9
Text Example
Text Example
White with #BC55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55F9; }
p { color: rgb(188,85,249); }
H1.HeaderClassName
{
color: #BC55F9;
}
.AnyTagClassName
{
color: #BC55F9;
}
</style>
background-color css
<style>
a { background-color: #BC55F9; }
a { background-color: rgb(188,85,249); }
div.DivClassName
{
background-color: #BC55F9;
}
.BgClassName
{
background-color: #BC55F9;
}
</style>
border-color css
<style>
span { border-color: #BC55F9; }
span { border-color: rgb(188,85,249); }
td.TdClassName
{
border-color: #BC55F9;
}
.TagClassName
{
border-color: #BC55F9;
}
</style>