Shades of Medium Orchid #B058EF
Tints of Medium Orchid #B058EF
RGB
CMYK
RGB Variations
Color information
#B058EF (or 0xB058EF) is known color: Medium Orchid. HEX triplet: B0, 58 and EF. RGB value is (176,88,239). Sum of RGB (Red+Green+Blue) = 176+88+239=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #B058EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058EF is #4FA710. Grayscale: #838383. Windows color (decimal): -5220113 or 15685808. OLE color: 15685808.
HSL color Cylindrical-coordinate representation of color #B058EF: hue angle of 274.97º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B058EF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 88 | 239 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.06 |
| HSL | 274.97º | 0.83% | 0.64% | - |
| HSV(B) | 274.97º | 0.63% | 0.94% | - |
| XYZ | 36.97 | 22.44 | 84.04 | - |
| YUV | 131.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 239 | 0.26 | 0.63 | 0 | 0.06 | 274.97 | 0.83 | 0.64 |
| Hex | B0 | 58 | EF | 1A | 3F | 0 | 6 | 113 | 53 | 40 |
| Octal | 260 | 130 | 357 | 32 | 77 | 0 | 6 | 423 | 123 | 100 |
| Binary | 10110000 | 1011000 | 11101111 | 11010 | 111111 | 0 | 110 | 100010011 | 1010011 | 1000000 |
Color Harmonies of #B058EF
Complementary color
Monochromatic Colors of #B058EF
Black with #B058EF
Text Example
Text Example
White with #B058EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058EF; }
p { color: rgb(176,88,239); }
H1.HeaderClassName
{
color: #B058EF;
}
.AnyTagClassName
{
color: #B058EF;
}
</style>
background-color css
<style>
a { background-color: #B058EF; }
a { background-color: rgb(176,88,239); }
div.DivClassName
{
background-color: #B058EF;
}
.BgClassName
{
background-color: #B058EF;
}
</style>
border-color css
<style>
span { border-color: #B058EF; }
span { border-color: rgb(176,88,239); }
td.TdClassName
{
border-color: #B058EF;
}
.TagClassName
{
border-color: #B058EF;
}
</style>