Shades of Medium Orchid #B13EEC
Tints of Medium Orchid #B13EEC
RGB
CMYK
RGB Variations
Color information
#B13EEC (or 0xB13EEC) is known color: Medium Orchid. HEX triplet: B1, 3E and EC. RGB value is (177,62,236). Sum of RGB (Red+Green+Blue) = 177+62+236=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #B13EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13EEC is #4EC113. Grayscale: #737373. Windows color (decimal): -5161236 or 15482545. OLE color: 15482545.
HSL color Cylindrical-coordinate representation of color #B13EEC: hue angle of 279.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13EEC is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 62 | 236 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.07 |
| HSL | 279.66º | 0.82% | 0.58% | - |
| HSV(B) | 279.66º | 0.74% | 0.93% | - |
| XYZ | 34.99 | 18.85 | 81.15 | - |
| YUV | 116.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 236 | 0.25 | 0.74 | 0 | 0.07 | 279.66 | 0.82 | 0.58 |
| Hex | B1 | 3E | EC | 19 | 4A | 0 | 7 | 118 | 52 | 3A |
| Octal | 261 | 76 | 354 | 31 | 112 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110001 | 111110 | 11101100 | 11001 | 1001010 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B13EEC
Complementary color
Monochromatic Colors of #B13EEC
Black with #B13EEC
Text Example
Text Example
White with #B13EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EEC; }
p { color: rgb(177,62,236); }
H1.HeaderClassName
{
color: #B13EEC;
}
.AnyTagClassName
{
color: #B13EEC;
}
</style>
background-color css
<style>
a { background-color: #B13EEC; }
a { background-color: rgb(177,62,236); }
div.DivClassName
{
background-color: #B13EEC;
}
.BgClassName
{
background-color: #B13EEC;
}
</style>
border-color css
<style>
span { border-color: #B13EEC; }
span { border-color: rgb(177,62,236); }
td.TdClassName
{
border-color: #B13EEC;
}
.TagClassName
{
border-color: #B13EEC;
}
</style>