Shades of Medium Orchid #BC5BFC
Tints of Medium Orchid #BC5BFC
RGB
CMYK
RGB Variations
Color information
#BC5BFC (or 0xBC5BFC) is known color: Medium Orchid. HEX triplet: BC, 5B and FC. RGB value is (188,91,252). Sum of RGB (Red+Green+Blue) = 188+91+252=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC5BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFC is #43A403. Grayscale: #898989. Windows color (decimal): -4432900 or 16538556. OLE color: 16538556.
HSL color Cylindrical-coordinate representation of color #BC5BFC: hue angle of 276.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5BFC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 91 | 252 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.01 |
| HSL | 276.15º | 0.96% | 0.67% | - |
| HSV(B) | 276.15º | 0.64% | 0.99% | - |
| XYZ | 42.05 | 25.2 | 94.74 | - |
| YUV | 138.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 252 | 0.25 | 0.64 | 0 | 0.01 | 276.15 | 0.96 | 0.67 |
| Hex | BC | 5B | FC | 19 | 40 | 0 | 1 | 114 | 60 | 43 |
| Octal | 274 | 133 | 374 | 31 | 100 | 0 | 1 | 424 | 140 | 103 |
| Binary | 10111100 | 1011011 | 11111100 | 11001 | 1000000 | 0 | 1 | 100010100 | 1100000 | 1000011 |
Color Harmonies of #BC5BFC
Complementary color
Monochromatic Colors of #BC5BFC
Black with #BC5BFC
Text Example
Text Example
White with #BC5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BFC; }
p { color: rgb(188,91,252); }
H1.HeaderClassName
{
color: #BC5BFC;
}
.AnyTagClassName
{
color: #BC5BFC;
}
</style>
background-color css
<style>
a { background-color: #BC5BFC; }
a { background-color: rgb(188,91,252); }
div.DivClassName
{
background-color: #BC5BFC;
}
.BgClassName
{
background-color: #BC5BFC;
}
</style>
border-color css
<style>
span { border-color: #BC5BFC; }
span { border-color: rgb(188,91,252); }
td.TdClassName
{
border-color: #BC5BFC;
}
.TagClassName
{
border-color: #BC5BFC;
}
</style>