Shades of Medium Orchid #BC35E2
Tints of Medium Orchid #BC35E2
RGB
CMYK
RGB Variations
Color information
#BC35E2 (or 0xBC35E2) is known color: Medium Orchid. HEX triplet: BC, 35 and E2. RGB value is (188,53,226). Sum of RGB (Red+Green+Blue) = 188+53+226=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC35E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35E2 is #43CA1D. Grayscale: #707070. Windows color (decimal): -4442654 or 14824892. OLE color: 14824892.
HSL color Cylindrical-coordinate representation of color #BC35E2: hue angle of 286.82º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC35E2 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 53 | 226 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.11 |
| HSL | 286.82º | 0.75% | 0.55% | - |
| HSV(B) | 286.82º | 0.77% | 0.89% | - |
| XYZ | 35.74 | 18.73 | 73.68 | - |
| YUV | 113.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 226 | 0.17 | 0.77 | 0 | 0.11 | 286.82 | 0.75 | 0.55 |
| Hex | BC | 35 | E2 | 11 | 4D | 0 | B | 11F | 4B | 37 |
| Octal | 274 | 65 | 342 | 21 | 115 | 0 | 13 | 437 | 113 | 67 |
| Binary | 10111100 | 110101 | 11100010 | 10001 | 1001101 | 0 | 1011 | 100011111 | 1001011 | 110111 |
Color Harmonies of #BC35E2
Complementary color
Monochromatic Colors of #BC35E2
Black with #BC35E2
Text Example
Text Example
White with #BC35E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC35E2; }
p { color: rgb(188,53,226); }
H1.HeaderClassName
{
color: #BC35E2;
}
.AnyTagClassName
{
color: #BC35E2;
}
</style>
background-color css
<style>
a { background-color: #BC35E2; }
a { background-color: rgb(188,53,226); }
div.DivClassName
{
background-color: #BC35E2;
}
.BgClassName
{
background-color: #BC35E2;
}
</style>
border-color css
<style>
span { border-color: #BC35E2; }
span { border-color: rgb(188,53,226); }
td.TdClassName
{
border-color: #BC35E2;
}
.TagClassName
{
border-color: #BC35E2;
}
</style>