Shades of Medium Orchid #BC5FF2
Tints of Medium Orchid #BC5FF2
RGB
CMYK
RGB Variations
Color information
#BC5FF2 (or 0xBC5FF2) is known color: Medium Orchid. HEX triplet: BC, 5F and F2. RGB value is (188,95,242). Sum of RGB (Red+Green+Blue) = 188+95+242=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC5FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FF2 is #43A00D. Grayscale: #8B8B8B. Windows color (decimal): -4431886 or 15884220. OLE color: 15884220.
HSL color Cylindrical-coordinate representation of color #BC5FF2: hue angle of 277.96º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5FF2 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 95 | 242 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.05 |
| HSL | 277.96º | 0.85% | 0.66% | - |
| HSV(B) | 277.96º | 0.61% | 0.95% | - |
| XYZ | 40.86 | 25.29 | 86.73 | - |
| YUV | 139.57 | 185.81 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 242 | 0.22 | 0.61 | 0 | 0.05 | 277.96 | 0.85 | 0.66 |
| Hex | BC | 5F | F2 | 16 | 3D | 0 | 5 | 116 | 55 | 42 |
| Octal | 274 | 137 | 362 | 26 | 75 | 0 | 5 | 426 | 125 | 102 |
| Binary | 10111100 | 1011111 | 11110010 | 10110 | 111101 | 0 | 101 | 100010110 | 1010101 | 1000010 |
Color Harmonies of #BC5FF2
Complementary color
Monochromatic Colors of #BC5FF2
Black with #BC5FF2
Text Example
Text Example
White with #BC5FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FF2; }
p { color: rgb(188,95,242); }
H1.HeaderClassName
{
color: #BC5FF2;
}
.AnyTagClassName
{
color: #BC5FF2;
}
</style>
background-color css
<style>
a { background-color: #BC5FF2; }
a { background-color: rgb(188,95,242); }
div.DivClassName
{
background-color: #BC5FF2;
}
.BgClassName
{
background-color: #BC5FF2;
}
</style>
border-color css
<style>
span { border-color: #BC5FF2; }
span { border-color: rgb(188,95,242); }
td.TdClassName
{
border-color: #BC5FF2;
}
.TagClassName
{
border-color: #BC5FF2;
}
</style>