Shades of Medium Orchid #B13BEC
Tints of Medium Orchid #B13BEC
RGB
CMYK
RGB Variations
Color information
#B13BEC (or 0xB13BEC) is known color: Medium Orchid. HEX triplet: B1, 3B and EC. RGB value is (177,59,236). Sum of RGB (Red+Green+Blue) = 177+59+236=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #B13BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13BEC is #4EC413. Grayscale: #717171. Windows color (decimal): -5162004 or 15481777. OLE color: 15481777.
HSL color Cylindrical-coordinate representation of color #B13BEC: hue angle of 280º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13BEC is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 59 | 236 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.07 |
| HSL | 280º | 0.82% | 0.58% | - |
| HSV(B) | 280º | 0.75% | 0.93% | - |
| XYZ | 34.84 | 18.53 | 81.1 | - |
| YUV | 114.46 | 196.59 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 236 | 0.25 | 0.75 | 0 | 0.07 | 280 | 0.82 | 0.58 |
| Hex | B1 | 3B | EC | 19 | 4B | 0 | 7 | 118 | 52 | 3A |
| Octal | 261 | 73 | 354 | 31 | 113 | 0 | 7 | 430 | 122 | 72 |
| Binary | 10110001 | 111011 | 11101100 | 11001 | 1001011 | 0 | 111 | 100011000 | 1010010 | 111010 |
Color Harmonies of #B13BEC
Complementary color
Monochromatic Colors of #B13BEC
Black with #B13BEC
Text Example
Text Example
White with #B13BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BEC; }
p { color: rgb(177,59,236); }
H1.HeaderClassName
{
color: #B13BEC;
}
.AnyTagClassName
{
color: #B13BEC;
}
</style>
background-color css
<style>
a { background-color: #B13BEC; }
a { background-color: rgb(177,59,236); }
div.DivClassName
{
background-color: #B13BEC;
}
.BgClassName
{
background-color: #B13BEC;
}
</style>
border-color css
<style>
span { border-color: #B13BEC; }
span { border-color: rgb(177,59,236); }
td.TdClassName
{
border-color: #B13BEC;
}
.TagClassName
{
border-color: #B13BEC;
}
</style>