Shades of Medium Orchid #B058CF
Tints of Medium Orchid #B058CF
RGB
CMYK
RGB Variations
Color information
#B058CF (or 0xB058CF) is known color: Medium Orchid. HEX triplet: B0, 58 and CF. RGB value is (176,88,207). Sum of RGB (Red+Green+Blue) = 176+88+207=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B058CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058CF is #4FA730. Grayscale: #7F7F7F. Windows color (decimal): -5220145 or 13588656. OLE color: 13588656.
HSL color Cylindrical-coordinate representation of color #B058CF: hue angle of 284.37º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B058CF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 88 | 207 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.19 |
| HSL | 284.37º | 0.55% | 0.58% | - |
| HSV(B) | 284.37º | 0.57% | 0.81% | - |
| XYZ | 32.66 | 20.71 | 61.31 | - |
| YUV | 127.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 207 | 0.15 | 0.57 | 0 | 0.19 | 284.37 | 0.55 | 0.58 |
| Hex | B0 | 58 | CF | F | 39 | 0 | 13 | 11C | 37 | 3A |
| Octal | 260 | 130 | 317 | 17 | 71 | 0 | 23 | 434 | 67 | 72 |
| Binary | 10110000 | 1011000 | 11001111 | 1111 | 111001 | 0 | 10011 | 100011100 | 110111 | 111010 |
Color Harmonies of #B058CF
Complementary color
Monochromatic Colors of #B058CF
Black with #B058CF
Text Example
Text Example
White with #B058CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058CF; }
p { color: rgb(176,88,207); }
H1.HeaderClassName
{
color: #B058CF;
}
.AnyTagClassName
{
color: #B058CF;
}
</style>
background-color css
<style>
a { background-color: #B058CF; }
a { background-color: rgb(176,88,207); }
div.DivClassName
{
background-color: #B058CF;
}
.BgClassName
{
background-color: #B058CF;
}
</style>
border-color css
<style>
span { border-color: #B058CF; }
span { border-color: rgb(176,88,207); }
td.TdClassName
{
border-color: #B058CF;
}
.TagClassName
{
border-color: #B058CF;
}
</style>