Shades of Medium Orchid #BC58FE
Tints of Medium Orchid #BC58FE
RGB
CMYK
RGB Variations
Color information
#BC58FE (or 0xBC58FE) is known color: Medium Orchid. HEX triplet: BC, 58 and FE. RGB value is (188,88,254). Sum of RGB (Red+Green+Blue) = 188+88+254=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC58FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58FE is #43A701. Grayscale: #888888. Windows color (decimal): -4433666 or 16668860. OLE color: 16668860.
HSL color Cylindrical-coordinate representation of color #BC58FE: hue angle of 276.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC58FE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 88 | 254 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.00 |
| HSL | 276.14º | 0.99% | 0.67% | - |
| HSV(B) | 276.14º | 0.65% | 1% | - |
| XYZ | 42.12 | 24.83 | 96.34 | - |
| YUV | 136.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 254 | 0.26 | 0.65 | 0 | 0.00 | 276.14 | 0.99 | 0.67 |
| Hex | BC | 58 | FE | 1A | 41 | 0 | 0 | 114 | 63 | 43 |
| Octal | 274 | 130 | 376 | 32 | 101 | 0 | 0 | 424 | 143 | 103 |
| Binary | 10111100 | 1011000 | 11111110 | 11010 | 1000001 | 0 | 0 | 100010100 | 1100011 | 1000011 |
Color Harmonies of #BC58FE
Complementary color
Monochromatic Colors of #BC58FE
Black with #BC58FE
Text Example
Text Example
White with #BC58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58FE; }
p { color: rgb(188,88,254); }
H1.HeaderClassName
{
color: #BC58FE;
}
.AnyTagClassName
{
color: #BC58FE;
}
</style>
background-color css
<style>
a { background-color: #BC58FE; }
a { background-color: rgb(188,88,254); }
div.DivClassName
{
background-color: #BC58FE;
}
.BgClassName
{
background-color: #BC58FE;
}
</style>
border-color css
<style>
span { border-color: #BC58FE; }
span { border-color: rgb(188,88,254); }
td.TdClassName
{
border-color: #BC58FE;
}
.TagClassName
{
border-color: #BC58FE;
}
</style>