Shades of Medium Orchid #B058C9
Tints of Medium Orchid #B058C9
RGB
CMYK
RGB Variations
Color information
#B058C9 (or 0xB058C9) is known color: Medium Orchid. HEX triplet: B0, 58 and C9. RGB value is (176,88,201). Sum of RGB (Red+Green+Blue) = 176+88+201=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 201 - color contains mainly: blue. Hex color #B058C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C9 is #4FA736. Grayscale: #7E7E7E. Windows color (decimal): -5220151 or 13195440. OLE color: 13195440.
HSL color Cylindrical-coordinate representation of color #B058C9: hue angle of 286.73º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B058C9 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 88 | 201 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.21 |
| HSL | 286.73º | 0.51% | 0.57% | - |
| HSV(B) | 286.73º | 0.56% | 0.79% | - |
| XYZ | 31.94 | 20.43 | 57.52 | - |
| YUV | 127.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 201 | 0.12 | 0.56 | 0 | 0.21 | 286.73 | 0.51 | 0.57 |
| Hex | B0 | 58 | C9 | C | 38 | 0 | 15 | 11F | 33 | 39 |
| Octal | 260 | 130 | 311 | 14 | 70 | 0 | 25 | 437 | 63 | 71 |
| Binary | 10110000 | 1011000 | 11001001 | 1100 | 111000 | 0 | 10101 | 100011111 | 110011 | 111001 |
Color Harmonies of #B058C9
Complementary color
Monochromatic Colors of #B058C9
Black with #B058C9
Text Example
Text Example
White with #B058C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058C9; }
p { color: rgb(176,88,201); }
H1.HeaderClassName
{
color: #B058C9;
}
.AnyTagClassName
{
color: #B058C9;
}
</style>
background-color css
<style>
a { background-color: #B058C9; }
a { background-color: rgb(176,88,201); }
div.DivClassName
{
background-color: #B058C9;
}
.BgClassName
{
background-color: #B058C9;
}
</style>
border-color css
<style>
span { border-color: #B058C9; }
span { border-color: rgb(176,88,201); }
td.TdClassName
{
border-color: #B058C9;
}
.TagClassName
{
border-color: #B058C9;
}
</style>