Shades of Medium Orchid #BC36FE
Tints of Medium Orchid #BC36FE
RGB
CMYK
RGB Variations
Color information
#BC36FE (or 0xBC36FE) is known color: Medium Orchid. HEX triplet: BC, 36 and FE. RGB value is (188,54,254). Sum of RGB (Red+Green+Blue) = 188+54+254=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36FE is #43C901. Grayscale: #747474. Windows color (decimal): -4442370 or 16660156. OLE color: 16660156.
HSL color Cylindrical-coordinate representation of color #BC36FE: hue angle of 280.2º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC36FE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 54 | 254 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.00 |
| HSL | 280.2º | 0.99% | 0.6% | - |
| HSV(B) | 280.2º | 0.79% | 1% | - |
| XYZ | 39.95 | 20.49 | 95.61 | - |
| YUV | 116.87 | 205.39 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 254 | 0.26 | 0.79 | 0 | 0.00 | 280.2 | 0.99 | 0.6 |
| Hex | BC | 36 | FE | 1A | 4F | 0 | 0 | 118 | 63 | 3C |
| Octal | 274 | 66 | 376 | 32 | 117 | 0 | 0 | 430 | 143 | 74 |
| Binary | 10111100 | 110110 | 11111110 | 11010 | 1001111 | 0 | 0 | 100011000 | 1100011 | 111100 |
Color Harmonies of #BC36FE
Complementary color
Monochromatic Colors of #BC36FE
Black with #BC36FE
Text Example
Text Example
White with #BC36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC36FE; }
p { color: rgb(188,54,254); }
H1.HeaderClassName
{
color: #BC36FE;
}
.AnyTagClassName
{
color: #BC36FE;
}
</style>
background-color css
<style>
a { background-color: #BC36FE; }
a { background-color: rgb(188,54,254); }
div.DivClassName
{
background-color: #BC36FE;
}
.BgClassName
{
background-color: #BC36FE;
}
</style>
border-color css
<style>
span { border-color: #BC36FE; }
span { border-color: rgb(188,54,254); }
td.TdClassName
{
border-color: #BC36FE;
}
.TagClassName
{
border-color: #BC36FE;
}
</style>