Shades of Medium Orchid #B058CA
Tints of Medium Orchid #B058CA
RGB
CMYK
RGB Variations
Color information
#B058CA (or 0xB058CA) is known color: Medium Orchid. HEX triplet: B0, 58 and CA. RGB value is (176,88,202). Sum of RGB (Red+Green+Blue) = 176+88+202=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B058CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058CA is #4FA735. Grayscale: #7E7E7E. Windows color (decimal): -5220150 or 13260976. OLE color: 13260976.
HSL color Cylindrical-coordinate representation of color #B058CA: hue angle of 286.32º degrees, saturation: 0.52, 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 #B058CA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 88 | 202 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.21 |
| HSL | 286.32º | 0.52% | 0.57% | - |
| HSV(B) | 286.32º | 0.56% | 0.79% | - |
| XYZ | 32.05 | 20.47 | 58.14 | - |
| YUV | 127.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 202 | 0.13 | 0.56 | 0 | 0.21 | 286.32 | 0.52 | 0.57 |
| Hex | B0 | 58 | CA | D | 38 | 0 | 15 | 11E | 34 | 39 |
| Octal | 260 | 130 | 312 | 15 | 70 | 0 | 25 | 436 | 64 | 71 |
| Binary | 10110000 | 1011000 | 11001010 | 1101 | 111000 | 0 | 10101 | 100011110 | 110100 | 111001 |
Color Harmonies of #B058CA
Complementary color
Monochromatic Colors of #B058CA
Black with #B058CA
Text Example
Text Example
White with #B058CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058CA; }
p { color: rgb(176,88,202); }
H1.HeaderClassName
{
color: #B058CA;
}
.AnyTagClassName
{
color: #B058CA;
}
</style>
background-color css
<style>
a { background-color: #B058CA; }
a { background-color: rgb(176,88,202); }
div.DivClassName
{
background-color: #B058CA;
}
.BgClassName
{
background-color: #B058CA;
}
</style>
border-color css
<style>
span { border-color: #B058CA; }
span { border-color: rgb(176,88,202); }
td.TdClassName
{
border-color: #B058CA;
}
.TagClassName
{
border-color: #B058CA;
}
</style>