Shades of Medium Orchid #B05ECB
Tints of Medium Orchid #B05ECB
RGB
CMYK
RGB Variations
Color information
#B05ECB (or 0xB05ECB) is known color: Medium Orchid. HEX triplet: B0, 5E and CB. RGB value is (176,94,203). Sum of RGB (Red+Green+Blue) = 176+94+203=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ECB is #4FA134. Grayscale: #828282. Windows color (decimal): -5218613 or 13328048. OLE color: 13328048.
HSL color Cylindrical-coordinate representation of color #B05ECB: hue angle of 285.14º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05ECB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 94 | 203 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.20 |
| HSL | 285.14º | 0.51% | 0.58% | - |
| HSV(B) | 285.14º | 0.54% | 0.8% | - |
| XYZ | 32.69 | 21.55 | 58.94 | - |
| YUV | 130.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 203 | 0.13 | 0.54 | 0 | 0.20 | 285.14 | 0.51 | 0.58 |
| Hex | B0 | 5E | CB | D | 36 | 0 | 14 | 11D | 33 | 3A |
| Octal | 260 | 136 | 313 | 15 | 66 | 0 | 24 | 435 | 63 | 72 |
| Binary | 10110000 | 1011110 | 11001011 | 1101 | 110110 | 0 | 10100 | 100011101 | 110011 | 111010 |
Color Harmonies of #B05ECB
Complementary color
Monochromatic Colors of #B05ECB
Black with #B05ECB
Text Example
Text Example
White with #B05ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ECB; }
p { color: rgb(176,94,203); }
H1.HeaderClassName
{
color: #B05ECB;
}
.AnyTagClassName
{
color: #B05ECB;
}
</style>
background-color css
<style>
a { background-color: #B05ECB; }
a { background-color: rgb(176,94,203); }
div.DivClassName
{
background-color: #B05ECB;
}
.BgClassName
{
background-color: #B05ECB;
}
</style>
border-color css
<style>
span { border-color: #B05ECB; }
span { border-color: rgb(176,94,203); }
td.TdClassName
{
border-color: #B05ECB;
}
.TagClassName
{
border-color: #B05ECB;
}
</style>