Shades of Medium Orchid #BC53FE
Tints of Medium Orchid #BC53FE
RGB
CMYK
RGB Variations
Color information
#BC53FE (or 0xBC53FE) is known color: Medium Orchid. HEX triplet: BC, 53 and FE. RGB value is (188,83,254). Sum of RGB (Red+Green+Blue) = 188+83+254=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53FE is #43AC01. Grayscale: #858585. Windows color (decimal): -4434946 or 16667580. OLE color: 16667580.
HSL color Cylindrical-coordinate representation of color #BC53FE: hue angle of 276.84º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC53FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 83 | 254 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.00 |
| HSL | 276.84º | 0.99% | 0.66% | - |
| HSV(B) | 276.84º | 0.67% | 1% | - |
| XYZ | 41.72 | 24.03 | 96.21 | - |
| YUV | 133.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 254 | 0.26 | 0.67 | 0 | 0.00 | 276.84 | 0.99 | 0.66 |
| Hex | BC | 53 | FE | 1A | 43 | 0 | 0 | 115 | 63 | 42 |
| Octal | 274 | 123 | 376 | 32 | 103 | 0 | 0 | 425 | 143 | 102 |
| Binary | 10111100 | 1010011 | 11111110 | 11010 | 1000011 | 0 | 0 | 100010101 | 1100011 | 1000010 |
Color Harmonies of #BC53FE
Complementary color
Monochromatic Colors of #BC53FE
Black with #BC53FE
Text Example
Text Example
White with #BC53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53FE; }
p { color: rgb(188,83,254); }
H1.HeaderClassName
{
color: #BC53FE;
}
.AnyTagClassName
{
color: #BC53FE;
}
</style>
background-color css
<style>
a { background-color: #BC53FE; }
a { background-color: rgb(188,83,254); }
div.DivClassName
{
background-color: #BC53FE;
}
.BgClassName
{
background-color: #BC53FE;
}
</style>
border-color css
<style>
span { border-color: #BC53FE; }
span { border-color: rgb(188,83,254); }
td.TdClassName
{
border-color: #BC53FE;
}
.TagClassName
{
border-color: #BC53FE;
}
</style>