Shades of Medium Orchid #B05EEF
Tints of Medium Orchid #B05EEF
RGB
CMYK
RGB Variations
Color information
#B05EEF (or 0xB05EEF) is known color: Medium Orchid. HEX triplet: B0, 5E and EF. RGB value is (176,94,239). Sum of RGB (Red+Green+Blue) = 176+94+239=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #B05EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05EEF is #4FA110. Grayscale: #868686. Windows color (decimal): -5218577 or 15687344. OLE color: 15687344.
HSL color Cylindrical-coordinate representation of color #B05EEF: hue angle of 273.93º degrees, saturation: 0.82, 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 #B05EEF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 94 | 239 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.06 |
| HSL | 273.93º | 0.82% | 0.65% | - |
| HSV(B) | 273.93º | 0.61% | 0.94% | - |
| XYZ | 37.49 | 23.47 | 84.22 | - |
| YUV | 135.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 239 | 0.26 | 0.61 | 0 | 0.06 | 273.93 | 0.82 | 0.65 |
| Hex | B0 | 5E | EF | 1A | 3D | 0 | 6 | 112 | 52 | 41 |
| Octal | 260 | 136 | 357 | 32 | 75 | 0 | 6 | 422 | 122 | 101 |
| Binary | 10110000 | 1011110 | 11101111 | 11010 | 111101 | 0 | 110 | 100010010 | 1010010 | 1000001 |
Color Harmonies of #B05EEF
Complementary color
Monochromatic Colors of #B05EEF
Black with #B05EEF
Text Example
Text Example
White with #B05EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05EEF; }
p { color: rgb(176,94,239); }
H1.HeaderClassName
{
color: #B05EEF;
}
.AnyTagClassName
{
color: #B05EEF;
}
</style>
background-color css
<style>
a { background-color: #B05EEF; }
a { background-color: rgb(176,94,239); }
div.DivClassName
{
background-color: #B05EEF;
}
.BgClassName
{
background-color: #B05EEF;
}
</style>
border-color css
<style>
span { border-color: #B05EEF; }
span { border-color: rgb(176,94,239); }
td.TdClassName
{
border-color: #B05EEF;
}
.TagClassName
{
border-color: #B05EEF;
}
</style>