Shades of Medium Orchid #B05ED5
Tints of Medium Orchid #B05ED5
RGB
CMYK
RGB Variations
Color information
#B05ED5 (or 0xB05ED5) is known color: Medium Orchid. HEX triplet: B0, 5E and D5. RGB value is (176,94,213). Sum of RGB (Red+Green+Blue) = 176+94+213=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #B05ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ED5 is #4FA12A. Grayscale: #838383. Windows color (decimal): -5218603 or 13983408. OLE color: 13983408.
HSL color Cylindrical-coordinate representation of color #B05ED5: hue angle of 281.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ED5 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 94 | 213 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.16 |
| HSL | 281.34º | 0.59% | 0.6% | - |
| HSV(B) | 281.34º | 0.56% | 0.84% | - |
| XYZ | 33.92 | 22.04 | 65.42 | - |
| YUV | 132.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 213 | 0.17 | 0.56 | 0 | 0.16 | 281.34 | 0.59 | 0.6 |
| Hex | B0 | 5E | D5 | 11 | 38 | 0 | 10 | 119 | 3B | 3C |
| Octal | 260 | 136 | 325 | 21 | 70 | 0 | 20 | 431 | 73 | 74 |
| Binary | 10110000 | 1011110 | 11010101 | 10001 | 111000 | 0 | 10000 | 100011001 | 111011 | 111100 |
Color Harmonies of #B05ED5
Complementary color
Monochromatic Colors of #B05ED5
Black with #B05ED5
Text Example
Text Example
White with #B05ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05ED5; }
p { color: rgb(176,94,213); }
H1.HeaderClassName
{
color: #B05ED5;
}
.AnyTagClassName
{
color: #B05ED5;
}
</style>
background-color css
<style>
a { background-color: #B05ED5; }
a { background-color: rgb(176,94,213); }
div.DivClassName
{
background-color: #B05ED5;
}
.BgClassName
{
background-color: #B05ED5;
}
</style>
border-color css
<style>
span { border-color: #B05ED5; }
span { border-color: rgb(176,94,213); }
td.TdClassName
{
border-color: #B05ED5;
}
.TagClassName
{
border-color: #B05ED5;
}
</style>