Shades of Medium Orchid #B05EC3
Tints of Medium Orchid #B05EC3
RGB
CMYK
RGB Variations
Color information
#B05EC3 (or 0xB05EC3) is known color: Medium Orchid. HEX triplet: B0, 5E and C3. RGB value is (176,94,195). Sum of RGB (Red+Green+Blue) = 176+94+195=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #B05EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EC3 is #4FA13C. Grayscale: #818181. Windows color (decimal): -5218621 or 12803760. OLE color: 12803760.
HSL color Cylindrical-coordinate representation of color #B05EC3: hue angle of 288.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05EC3 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 94 | 195 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.24 |
| HSL | 288.71º | 0.46% | 0.57% | - |
| HSV(B) | 288.71º | 0.52% | 0.76% | - |
| XYZ | 31.76 | 21.18 | 54.04 | - |
| YUV | 130.03 | 164.67 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 195 | 0.10 | 0.52 | 0 | 0.24 | 288.71 | 0.46 | 0.57 |
| Hex | B0 | 5E | C3 | A | 34 | 0 | 18 | 121 | 2E | 39 |
| Octal | 260 | 136 | 303 | 12 | 64 | 0 | 30 | 441 | 56 | 71 |
| Binary | 10110000 | 1011110 | 11000011 | 1010 | 110100 | 0 | 11000 | 100100001 | 101110 | 111001 |
Color Harmonies of #B05EC3
Complementary color
Monochromatic Colors of #B05EC3
Black with #B05EC3
Text Example
Text Example
White with #B05EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EC3; }
p { color: rgb(176,94,195); }
H1.HeaderClassName
{
color: #B05EC3;
}
.AnyTagClassName
{
color: #B05EC3;
}
</style>
background-color css
<style>
a { background-color: #B05EC3; }
a { background-color: rgb(176,94,195); }
div.DivClassName
{
background-color: #B05EC3;
}
.BgClassName
{
background-color: #B05EC3;
}
</style>
border-color css
<style>
span { border-color: #B05EC3; }
span { border-color: rgb(176,94,195); }
td.TdClassName
{
border-color: #B05EC3;
}
.TagClassName
{
border-color: #B05EC3;
}
</style>