Shades of Medium Orchid #B058DD
Tints of Medium Orchid #B058DD
RGB
CMYK
RGB Variations
Color information
#B058DD (or 0xB058DD) is known color: Medium Orchid. HEX triplet: B0, 58 and DD. RGB value is (176,88,221). Sum of RGB (Red+Green+Blue) = 176+88+221=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #B058DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DD is #4FA722. Grayscale: #818181. Windows color (decimal): -5220131 or 14506160. OLE color: 14506160.
HSL color Cylindrical-coordinate representation of color #B058DD: hue angle of 279.7º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B058DD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 88 | 221 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.13 |
| HSL | 279.7º | 0.66% | 0.61% | - |
| HSV(B) | 279.7º | 0.6% | 0.87% | - |
| XYZ | 34.45 | 21.43 | 70.73 | - |
| YUV | 129.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 221 | 0.20 | 0.60 | 0 | 0.13 | 279.7 | 0.66 | 0.61 |
| Hex | B0 | 58 | DD | 14 | 3C | 0 | D | 118 | 42 | 3D |
| Octal | 260 | 130 | 335 | 24 | 74 | 0 | 15 | 430 | 102 | 75 |
| Binary | 10110000 | 1011000 | 11011101 | 10100 | 111100 | 0 | 1101 | 100011000 | 1000010 | 111101 |
Color Harmonies of #B058DD
Complementary color
Monochromatic Colors of #B058DD
Black with #B058DD
Text Example
Text Example
White with #B058DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058DD; }
p { color: rgb(176,88,221); }
H1.HeaderClassName
{
color: #B058DD;
}
.AnyTagClassName
{
color: #B058DD;
}
</style>
background-color css
<style>
a { background-color: #B058DD; }
a { background-color: rgb(176,88,221); }
div.DivClassName
{
background-color: #B058DD;
}
.BgClassName
{
background-color: #B058DD;
}
</style>
border-color css
<style>
span { border-color: #B058DD; }
span { border-color: rgb(176,88,221); }
td.TdClassName
{
border-color: #B058DD;
}
.TagClassName
{
border-color: #B058DD;
}
</style>