Shades of Medium Orchid #B058FE
Tints of Medium Orchid #B058FE
RGB
CMYK
RGB Variations
Color information
#B058FE (or 0xB058FE) is known color: Medium Orchid. HEX triplet: B0, 58 and FE. RGB value is (176,88,254). Sum of RGB (Red+Green+Blue) = 176+88+254=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #B058FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058FE is #4FA701. Grayscale: #848484. Windows color (decimal): -5220098 or 16668848. OLE color: 16668848.
HSL color Cylindrical-coordinate representation of color #B058FE: hue angle of 271.81º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B058FE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 88 | 254 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.00 |
| HSL | 271.81º | 0.99% | 0.67% | - |
| HSV(B) | 271.81º | 0.65% | 1% | - |
| XYZ | 39.28 | 23.37 | 96.21 | - |
| YUV | 133.24 | 196.15 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 254 | 0.31 | 0.65 | 0 | 0.00 | 271.81 | 0.99 | 0.67 |
| Hex | B0 | 58 | FE | 1F | 41 | 0 | 0 | 110 | 63 | 43 |
| Octal | 260 | 130 | 376 | 37 | 101 | 0 | 0 | 420 | 143 | 103 |
| Binary | 10110000 | 1011000 | 11111110 | 11111 | 1000001 | 0 | 0 | 100010000 | 1100011 | 1000011 |
Color Harmonies of #B058FE
Complementary color
Monochromatic Colors of #B058FE
Black with #B058FE
Text Example
Text Example
White with #B058FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058FE; }
p { color: rgb(176,88,254); }
H1.HeaderClassName
{
color: #B058FE;
}
.AnyTagClassName
{
color: #B058FE;
}
</style>
background-color css
<style>
a { background-color: #B058FE; }
a { background-color: rgb(176,88,254); }
div.DivClassName
{
background-color: #B058FE;
}
.BgClassName
{
background-color: #B058FE;
}
</style>
border-color css
<style>
span { border-color: #B058FE; }
span { border-color: rgb(176,88,254); }
td.TdClassName
{
border-color: #B058FE;
}
.TagClassName
{
border-color: #B058FE;
}
</style>