Shades of Medium Orchid #B058E8
Tints of Medium Orchid #B058E8
RGB
CMYK
RGB Variations
Color information
#B058E8 (or 0xB058E8) is known color: Medium Orchid. HEX triplet: B0, 58 and E8. RGB value is (176,88,232). Sum of RGB (Red+Green+Blue) = 176+88+232=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #B058E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058E8 is #4FA717. Grayscale: #828282. Windows color (decimal): -5220120 or 15227056. OLE color: 15227056.
HSL color Cylindrical-coordinate representation of color #B058E8: hue angle of 276.67º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B058E8 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 88 | 232 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.09 |
| HSL | 276.67º | 0.76% | 0.63% | - |
| HSV(B) | 276.67º | 0.62% | 0.91% | - |
| XYZ | 35.96 | 22.04 | 78.7 | - |
| YUV | 130.73 | 185.15 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 232 | 0.24 | 0.62 | 0 | 0.09 | 276.67 | 0.76 | 0.63 |
| Hex | B0 | 58 | E8 | 18 | 3E | 0 | 9 | 115 | 4C | 3F |
| Octal | 260 | 130 | 350 | 30 | 76 | 0 | 11 | 425 | 114 | 77 |
| Binary | 10110000 | 1011000 | 11101000 | 11000 | 111110 | 0 | 1001 | 100010101 | 1001100 | 111111 |
Color Harmonies of #B058E8
Complementary color
Monochromatic Colors of #B058E8
Black with #B058E8
Text Example
Text Example
White with #B058E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058E8; }
p { color: rgb(176,88,232); }
H1.HeaderClassName
{
color: #B058E8;
}
.AnyTagClassName
{
color: #B058E8;
}
</style>
background-color css
<style>
a { background-color: #B058E8; }
a { background-color: rgb(176,88,232); }
div.DivClassName
{
background-color: #B058E8;
}
.BgClassName
{
background-color: #B058E8;
}
</style>
border-color css
<style>
span { border-color: #B058E8; }
span { border-color: rgb(176,88,232); }
td.TdClassName
{
border-color: #B058E8;
}
.TagClassName
{
border-color: #B058E8;
}
</style>