Shades of Medium Orchid #B05EF0
Tints of Medium Orchid #B05EF0
RGB
CMYK
RGB Variations
Color information
#B05EF0 (or 0xB05EF0) is known color: Medium Orchid. HEX triplet: B0, 5E and F0. RGB value is (176,94,240). Sum of RGB (Red+Green+Blue) = 176+94+240=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #B05EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EF0 is #4FA10F. Grayscale: #868686. Windows color (decimal): -5218576 or 15752880. OLE color: 15752880.
HSL color Cylindrical-coordinate representation of color #B05EF0: hue angle of 273.7º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05EF0 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 94 | 240 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.06 |
| HSL | 273.7º | 0.83% | 0.65% | - |
| HSV(B) | 273.7º | 0.61% | 0.94% | - |
| XYZ | 37.64 | 23.53 | 85 | - |
| YUV | 135.16 | 187.17 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 240 | 0.27 | 0.61 | 0 | 0.06 | 273.7 | 0.83 | 0.65 |
| Hex | B0 | 5E | F0 | 1B | 3D | 0 | 6 | 112 | 53 | 41 |
| Octal | 260 | 136 | 360 | 33 | 75 | 0 | 6 | 422 | 123 | 101 |
| Binary | 10110000 | 1011110 | 11110000 | 11011 | 111101 | 0 | 110 | 100010010 | 1010011 | 1000001 |
Color Harmonies of #B05EF0
Complementary color
Monochromatic Colors of #B05EF0
Black with #B05EF0
Text Example
Text Example
White with #B05EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EF0; }
p { color: rgb(176,94,240); }
H1.HeaderClassName
{
color: #B05EF0;
}
.AnyTagClassName
{
color: #B05EF0;
}
</style>
background-color css
<style>
a { background-color: #B05EF0; }
a { background-color: rgb(176,94,240); }
div.DivClassName
{
background-color: #B05EF0;
}
.BgClassName
{
background-color: #B05EF0;
}
</style>
border-color css
<style>
span { border-color: #B05EF0; }
span { border-color: rgb(176,94,240); }
td.TdClassName
{
border-color: #B05EF0;
}
.TagClassName
{
border-color: #B05EF0;
}
</style>