Shades of Medium Orchid #BC51FE
Tints of Medium Orchid #BC51FE
RGB
CMYK
RGB Variations
Color information
#BC51FE (or 0xBC51FE) is known color: Medium Orchid. HEX triplet: BC, 51 and FE. RGB value is (188,81,254). Sum of RGB (Red+Green+Blue) = 188+81+254=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC51FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51FE is #43AE01. Grayscale: #848484. Windows color (decimal): -4435458 or 16667068. OLE color: 16667068.
HSL color Cylindrical-coordinate representation of color #BC51FE: hue angle of 277.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC51FE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 81 | 254 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.00 |
| HSL | 277.11º | 0.99% | 0.66% | - |
| HSV(B) | 277.11º | 0.68% | 1% | - |
| XYZ | 41.57 | 23.73 | 96.16 | - |
| YUV | 132.72 | 196.45 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 254 | 0.26 | 0.68 | 0 | 0.00 | 277.11 | 0.99 | 0.66 |
| Hex | BC | 51 | FE | 1A | 44 | 0 | 0 | 115 | 63 | 42 |
| Octal | 274 | 121 | 376 | 32 | 104 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111100 | 1010001 | 11111110 | 11010 | 1000100 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BC51FE
Complementary color
Monochromatic Colors of #BC51FE
Black with #BC51FE
Text Example
Text Example
White with #BC51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51FE; }
p { color: rgb(188,81,254); }
H1.HeaderClassName
{
color: #BC51FE;
}
.AnyTagClassName
{
color: #BC51FE;
}
</style>
background-color css
<style>
a { background-color: #BC51FE; }
a { background-color: rgb(188,81,254); }
div.DivClassName
{
background-color: #BC51FE;
}
.BgClassName
{
background-color: #BC51FE;
}
</style>
border-color css
<style>
span { border-color: #BC51FE; }
span { border-color: rgb(188,81,254); }
td.TdClassName
{
border-color: #BC51FE;
}
.TagClassName
{
border-color: #BC51FE;
}
</style>