Shades of Medium Orchid #BC4FFE
Tints of Medium Orchid #BC4FFE
RGB
CMYK
RGB Variations
Color information
#BC4FFE (or 0xBC4FFE) is known color: Medium Orchid. HEX triplet: BC, 4F and FE. RGB value is (188,79,254). Sum of RGB (Red+Green+Blue) = 188+79+254=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FFE is #43B001. Grayscale: #828282. Windows color (decimal): -4435970 or 16666556. OLE color: 16666556.
HSL color Cylindrical-coordinate representation of color #BC4FFE: hue angle of 277.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC4FFE is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 79 | 254 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.00 |
| HSL | 277.37º | 0.99% | 0.65% | - |
| HSV(B) | 277.37º | 0.69% | 1% | - |
| XYZ | 41.42 | 23.44 | 96.11 | - |
| YUV | 131.54 | 197.11 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 79 | 254 | 0.26 | 0.69 | 0 | 0.00 | 277.37 | 0.99 | 0.65 |
| Hex | BC | 4F | FE | 1A | 45 | 0 | 0 | 115 | 63 | 41 |
| Octal | 274 | 117 | 376 | 32 | 105 | 0 | 0 | 425 | 143 | 101 |
| Binary | 10111100 | 1001111 | 11111110 | 11010 | 1000101 | 0 | 0 | 100010101 | 1100011 | 1000001 |
Color Harmonies of #BC4FFE
Complementary color
Monochromatic Colors of #BC4FFE
Black with #BC4FFE
Text Example
Text Example
White with #BC4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4FFE; }
p { color: rgb(188,79,254); }
H1.HeaderClassName
{
color: #BC4FFE;
}
.AnyTagClassName
{
color: #BC4FFE;
}
</style>
background-color css
<style>
a { background-color: #BC4FFE; }
a { background-color: rgb(188,79,254); }
div.DivClassName
{
background-color: #BC4FFE;
}
.BgClassName
{
background-color: #BC4FFE;
}
</style>
border-color css
<style>
span { border-color: #BC4FFE; }
span { border-color: rgb(188,79,254); }
td.TdClassName
{
border-color: #BC4FFE;
}
.TagClassName
{
border-color: #BC4FFE;
}
</style>