Shades of Medium Orchid #B05BC0
Tints of Medium Orchid #B05BC0
RGB
CMYK
RGB Variations
Color information
#B05BC0 (or 0xB05BC0) is known color: Medium Orchid. HEX triplet: B0, 5B and C0. RGB value is (176,91,192). Sum of RGB (Red+Green+Blue) = 176+91+192=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #B05BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BC0 is #4FA43F. Grayscale: #7F7F7F. Windows color (decimal): -5219392 or 12606384. OLE color: 12606384.
HSL color Cylindrical-coordinate representation of color #B05BC0: hue angle of 290.5º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05BC0 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 91 | 192 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.25 |
| HSL | 290.5º | 0.44% | 0.55% | - |
| HSV(B) | 290.5º | 0.53% | 0.75% | - |
| XYZ | 31.16 | 20.52 | 52.19 | - |
| YUV | 127.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 192 | 0.08 | 0.53 | 0 | 0.25 | 290.5 | 0.44 | 0.55 |
| Hex | B0 | 5B | C0 | 8 | 35 | 0 | 19 | 122 | 2C | 37 |
| Octal | 260 | 133 | 300 | 10 | 65 | 0 | 31 | 442 | 54 | 67 |
| Binary | 10110000 | 1011011 | 11000000 | 1000 | 110101 | 0 | 11001 | 100100010 | 101100 | 110111 |
Color Harmonies of #B05BC0
Complementary color
Monochromatic Colors of #B05BC0
Black with #B05BC0
Text Example
Text Example
White with #B05BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BC0; }
p { color: rgb(176,91,192); }
H1.HeaderClassName
{
color: #B05BC0;
}
.AnyTagClassName
{
color: #B05BC0;
}
</style>
background-color css
<style>
a { background-color: #B05BC0; }
a { background-color: rgb(176,91,192); }
div.DivClassName
{
background-color: #B05BC0;
}
.BgClassName
{
background-color: #B05BC0;
}
</style>
border-color css
<style>
span { border-color: #B05BC0; }
span { border-color: rgb(176,91,192); }
td.TdClassName
{
border-color: #B05BC0;
}
.TagClassName
{
border-color: #B05BC0;
}
</style>