Shades of Medium Orchid #BC58FD
Tints of Medium Orchid #BC58FD
RGB
CMYK
RGB Variations
Color information
#BC58FD (or 0xBC58FD) is known color: Medium Orchid. HEX triplet: BC, 58 and FD. RGB value is (188,88,253). Sum of RGB (Red+Green+Blue) = 188+88+253=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC58FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC58FD is #43A702. Grayscale: #888888. Windows color (decimal): -4433667 or 16603324. OLE color: 16603324.
HSL color Cylindrical-coordinate representation of color #BC58FD: hue angle of 276.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC58FD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 88 | 253 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.01 |
| HSL | 276.36º | 0.98% | 0.67% | - |
| HSV(B) | 276.36º | 0.65% | 0.99% | - |
| XYZ | 41.96 | 24.76 | 95.5 | - |
| YUV | 136.71 | 193.63 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 253 | 0.26 | 0.65 | 0 | 0.01 | 276.36 | 0.98 | 0.67 |
| Hex | BC | 58 | FD | 1A | 41 | 0 | 1 | 114 | 62 | 43 |
| Octal | 274 | 130 | 375 | 32 | 101 | 0 | 1 | 424 | 142 | 103 |
| Binary | 10111100 | 1011000 | 11111101 | 11010 | 1000001 | 0 | 1 | 100010100 | 1100010 | 1000011 |
Color Harmonies of #BC58FD
Complementary color
Monochromatic Colors of #BC58FD
Black with #BC58FD
Text Example
Text Example
White with #BC58FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58FD; }
p { color: rgb(188,88,253); }
H1.HeaderClassName
{
color: #BC58FD;
}
.AnyTagClassName
{
color: #BC58FD;
}
</style>
background-color css
<style>
a { background-color: #BC58FD; }
a { background-color: rgb(188,88,253); }
div.DivClassName
{
background-color: #BC58FD;
}
.BgClassName
{
background-color: #BC58FD;
}
</style>
border-color css
<style>
span { border-color: #BC58FD; }
span { border-color: rgb(188,88,253); }
td.TdClassName
{
border-color: #BC58FD;
}
.TagClassName
{
border-color: #BC58FD;
}
</style>