Shades of Medium Orchid #BC4AFE
Tints of Medium Orchid #BC4AFE
RGB
CMYK
RGB Variations
Color information
#BC4AFE (or 0xBC4AFE) is known color: Medium Orchid. HEX triplet: BC, 4A and FE. RGB value is (188,74,254). Sum of RGB (Red+Green+Blue) = 188+74+254=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AFE is #43B501. Grayscale: #808080. Windows color (decimal): -4437250 or 16665276. OLE color: 16665276.
HSL color Cylindrical-coordinate representation of color #BC4AFE: hue angle of 278º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4AFE is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 74 | 254 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.00 |
| HSL | 278º | 0.99% | 0.64% | - |
| HSV(B) | 278º | 0.71% | 1% | - |
| XYZ | 41.08 | 22.74 | 95.99 | - |
| YUV | 128.61 | 198.77 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 254 | 0.26 | 0.71 | 0 | 0.00 | 278 | 0.99 | 0.64 |
| Hex | BC | 4A | FE | 1A | 47 | 0 | 0 | 116 | 63 | 40 |
| Octal | 274 | 112 | 376 | 32 | 107 | 0 | 0 | 426 | 143 | 100 |
| Binary | 10111100 | 1001010 | 11111110 | 11010 | 1000111 | 0 | 0 | 100010110 | 1100011 | 1000000 |
Color Harmonies of #BC4AFE
Complementary color
Monochromatic Colors of #BC4AFE
Black with #BC4AFE
Text Example
Text Example
White with #BC4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4AFE; }
p { color: rgb(188,74,254); }
H1.HeaderClassName
{
color: #BC4AFE;
}
.AnyTagClassName
{
color: #BC4AFE;
}
</style>
background-color css
<style>
a { background-color: #BC4AFE; }
a { background-color: rgb(188,74,254); }
div.DivClassName
{
background-color: #BC4AFE;
}
.BgClassName
{
background-color: #BC4AFE;
}
</style>
border-color css
<style>
span { border-color: #BC4AFE; }
span { border-color: rgb(188,74,254); }
td.TdClassName
{
border-color: #BC4AFE;
}
.TagClassName
{
border-color: #BC4AFE;
}
</style>