Shades of Medium Orchid #BC2FE5
Tints of Medium Orchid #BC2FE5
RGB
CMYK
RGB Variations
Color information
#BC2FE5 (or 0xBC2FE5) is known color: Medium Orchid. HEX triplet: BC, 2F and E5. RGB value is (188,47,229). Sum of RGB (Red+Green+Blue) = 188+47+229=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC2FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2FE5 is #43D01A. Grayscale: #6D6D6D. Windows color (decimal): -4444187 or 15019964. OLE color: 15019964.
HSL color Cylindrical-coordinate representation of color #BC2FE5: hue angle of 286.48º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2FE5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 47 | 229 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.10 |
| HSL | 286.48º | 0.78% | 0.54% | - |
| HSV(B) | 286.48º | 0.79% | 0.9% | - |
| XYZ | 35.9 | 18.38 | 75.78 | - |
| YUV | 109.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 229 | 0.18 | 0.79 | 0 | 0.10 | 286.48 | 0.78 | 0.54 |
| Hex | BC | 2F | E5 | 12 | 4F | 0 | A | 11E | 4E | 36 |
| Octal | 274 | 57 | 345 | 22 | 117 | 0 | 12 | 436 | 116 | 66 |
| Binary | 10111100 | 101111 | 11100101 | 10010 | 1001111 | 0 | 1010 | 100011110 | 1001110 | 110110 |
Color Harmonies of #BC2FE5
Complementary color
Monochromatic Colors of #BC2FE5
Black with #BC2FE5
Text Example
Text Example
White with #BC2FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FE5; }
p { color: rgb(188,47,229); }
H1.HeaderClassName
{
color: #BC2FE5;
}
.AnyTagClassName
{
color: #BC2FE5;
}
</style>
background-color css
<style>
a { background-color: #BC2FE5; }
a { background-color: rgb(188,47,229); }
div.DivClassName
{
background-color: #BC2FE5;
}
.BgClassName
{
background-color: #BC2FE5;
}
</style>
border-color css
<style>
span { border-color: #BC2FE5; }
span { border-color: rgb(188,47,229); }
td.TdClassName
{
border-color: #BC2FE5;
}
.TagClassName
{
border-color: #BC2FE5;
}
</style>