Shades of Medium Orchid #B05ECD
Tints of Medium Orchid #B05ECD
RGB
CMYK
RGB Variations
Color information
#B05ECD (or 0xB05ECD) is known color: Medium Orchid. HEX triplet: B0, 5E and CD. RGB value is (176,94,205). Sum of RGB (Red+Green+Blue) = 176+94+205=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ECD is #4FA132. Grayscale: #828282. Windows color (decimal): -5218611 or 13459120. OLE color: 13459120.
HSL color Cylindrical-coordinate representation of color #B05ECD: hue angle of 284.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05ECD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 94 | 205 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.20 |
| HSL | 284.32º | 0.53% | 0.59% | - |
| HSV(B) | 284.32º | 0.54% | 0.8% | - |
| XYZ | 32.93 | 21.64 | 60.2 | - |
| YUV | 131.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 205 | 0.14 | 0.54 | 0 | 0.20 | 284.32 | 0.53 | 0.59 |
| Hex | B0 | 5E | CD | E | 36 | 0 | 14 | 11C | 35 | 3B |
| Octal | 260 | 136 | 315 | 16 | 66 | 0 | 24 | 434 | 65 | 73 |
| Binary | 10110000 | 1011110 | 11001101 | 1110 | 110110 | 0 | 10100 | 100011100 | 110101 | 111011 |
Color Harmonies of #B05ECD
Complementary color
Monochromatic Colors of #B05ECD
Black with #B05ECD
Text Example
Text Example
White with #B05ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ECD; }
p { color: rgb(176,94,205); }
H1.HeaderClassName
{
color: #B05ECD;
}
.AnyTagClassName
{
color: #B05ECD;
}
</style>
background-color css
<style>
a { background-color: #B05ECD; }
a { background-color: rgb(176,94,205); }
div.DivClassName
{
background-color: #B05ECD;
}
.BgClassName
{
background-color: #B05ECD;
}
</style>
border-color css
<style>
span { border-color: #B05ECD; }
span { border-color: rgb(176,94,205); }
td.TdClassName
{
border-color: #B05ECD;
}
.TagClassName
{
border-color: #B05ECD;
}
</style>