Shades of Medium Orchid #B05BE6
Tints of Medium Orchid #B05BE6
RGB
CMYK
RGB Variations
Color information
#B05BE6 (or 0xB05BE6) is known color: Medium Orchid. HEX triplet: B0, 5B and E6. RGB value is (176,91,230). Sum of RGB (Red+Green+Blue) = 176+91+230=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #B05BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BE6 is #4FA419. Grayscale: #838383. Windows color (decimal): -5219354 or 15096752. OLE color: 15096752.
HSL color Cylindrical-coordinate representation of color #B05BE6: hue angle of 276.69º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05BE6 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 91 | 230 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.10 |
| HSL | 276.69º | 0.74% | 0.63% | - |
| HSV(B) | 276.69º | 0.6% | 0.9% | - |
| XYZ | 35.93 | 22.43 | 77.3 | - |
| YUV | 132.26 | 183.16 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 91 | 230 | 0.23 | 0.60 | 0 | 0.10 | 276.69 | 0.74 | 0.63 |
| Hex | B0 | 5B | E6 | 17 | 3C | 0 | A | 115 | 4A | 3F |
| Octal | 260 | 133 | 346 | 27 | 74 | 0 | 12 | 425 | 112 | 77 |
| Binary | 10110000 | 1011011 | 11100110 | 10111 | 111100 | 0 | 1010 | 100010101 | 1001010 | 111111 |
Color Harmonies of #B05BE6
Complementary color
Monochromatic Colors of #B05BE6
Black with #B05BE6
Text Example
Text Example
White with #B05BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05BE6; }
p { color: rgb(176,91,230); }
H1.HeaderClassName
{
color: #B05BE6;
}
.AnyTagClassName
{
color: #B05BE6;
}
</style>
background-color css
<style>
a { background-color: #B05BE6; }
a { background-color: rgb(176,91,230); }
div.DivClassName
{
background-color: #B05BE6;
}
.BgClassName
{
background-color: #B05BE6;
}
</style>
border-color css
<style>
span { border-color: #B05BE6; }
span { border-color: rgb(176,91,230); }
td.TdClassName
{
border-color: #B05BE6;
}
.TagClassName
{
border-color: #B05BE6;
}
</style>