Shades of Medium Orchid #BC5CF5
Tints of Medium Orchid #BC5CF5
RGB
CMYK
RGB Variations
Color information
#BC5CF5 (or 0xBC5CF5) is known color: Medium Orchid. HEX triplet: BC, 5C and F5. RGB value is (188,92,245). Sum of RGB (Red+Green+Blue) = 188+92+245=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 92 (36.33% from 255 or 17.52% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC5CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF5 is #43A30A. Grayscale: #898989. Windows color (decimal): -4432651 or 16080060. OLE color: 16080060.
HSL color Cylindrical-coordinate representation of color #BC5CF5: hue angle of 277.65º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5CF5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 92 | 245 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.04 |
| HSL | 277.65º | 0.88% | 0.66% | - |
| HSV(B) | 277.65º | 0.62% | 0.96% | - |
| XYZ | 41.05 | 24.94 | 89.04 | - |
| YUV | 138.15 | 188.3 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 245 | 0.23 | 0.62 | 0 | 0.04 | 277.65 | 0.88 | 0.66 |
| Hex | BC | 5C | F5 | 17 | 3E | 0 | 4 | 116 | 58 | 42 |
| Octal | 274 | 134 | 365 | 27 | 76 | 0 | 4 | 426 | 130 | 102 |
| Binary | 10111100 | 1011100 | 11110101 | 10111 | 111110 | 0 | 100 | 100010110 | 1011000 | 1000010 |
Color Harmonies of #BC5CF5
Complementary color
Monochromatic Colors of #BC5CF5
Black with #BC5CF5
Text Example
Text Example
White with #BC5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CF5; }
p { color: rgb(188,92,245); }
H1.HeaderClassName
{
color: #BC5CF5;
}
.AnyTagClassName
{
color: #BC5CF5;
}
</style>
background-color css
<style>
a { background-color: #BC5CF5; }
a { background-color: rgb(188,92,245); }
div.DivClassName
{
background-color: #BC5CF5;
}
.BgClassName
{
background-color: #BC5CF5;
}
</style>
border-color css
<style>
span { border-color: #BC5CF5; }
span { border-color: rgb(188,92,245); }
td.TdClassName
{
border-color: #BC5CF5;
}
.TagClassName
{
border-color: #BC5CF5;
}
</style>