Shades of Medium Orchid #BC39FE
Tints of Medium Orchid #BC39FE
RGB
CMYK
RGB Variations
Color information
#BC39FE (or 0xBC39FE) is known color: Medium Orchid. HEX triplet: BC, 39 and FE. RGB value is (188,57,254). Sum of RGB (Red+Green+Blue) = 188+57+254=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 57 (22.66% from 255 or 11.42% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39FE is #43C601. Grayscale: #757575. Windows color (decimal): -4441602 or 16660924. OLE color: 16660924.
HSL color Cylindrical-coordinate representation of color #BC39FE: hue angle of 279.9º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC39FE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 57 | 254 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.00 |
| HSL | 279.9º | 0.99% | 0.61% | - |
| HSV(B) | 279.9º | 0.78% | 1% | - |
| XYZ | 40.09 | 20.77 | 95.66 | - |
| YUV | 118.63 | 204.4 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 57 | 254 | 0.26 | 0.78 | 0 | 0.00 | 279.9 | 0.99 | 0.61 |
| Hex | BC | 39 | FE | 1A | 4E | 0 | 0 | 118 | 63 | 3D |
| Octal | 274 | 71 | 376 | 32 | 116 | 0 | 0 | 430 | 143 | 75 |
| Binary | 10111100 | 111001 | 11111110 | 11010 | 1001110 | 0 | 0 | 100011000 | 1100011 | 111101 |
Color Harmonies of #BC39FE
Complementary color
Monochromatic Colors of #BC39FE
Black with #BC39FE
Text Example
Text Example
White with #BC39FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC39FE; }
p { color: rgb(188,57,254); }
H1.HeaderClassName
{
color: #BC39FE;
}
.AnyTagClassName
{
color: #BC39FE;
}
</style>
background-color css
<style>
a { background-color: #BC39FE; }
a { background-color: rgb(188,57,254); }
div.DivClassName
{
background-color: #BC39FE;
}
.BgClassName
{
background-color: #BC39FE;
}
</style>
border-color css
<style>
span { border-color: #BC39FE; }
span { border-color: rgb(188,57,254); }
td.TdClassName
{
border-color: #BC39FE;
}
.TagClassName
{
border-color: #BC39FE;
}
</style>