Shades of Medium Orchid #B058C4
Tints of Medium Orchid #B058C4
RGB
CMYK
RGB Variations
Color information
#B058C4 (or 0xB058C4) is known color: Medium Orchid. HEX triplet: B0, 58 and C4. RGB value is (176,88,196). Sum of RGB (Red+Green+Blue) = 176+88+196=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 88 (34.77% from 255 or 19.13% from 460); Blue value is 196 (76.95% from 255 or 42.61% from 460); Max value from RGB is 196 - color contains mainly: blue. Hex color #B058C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C4 is #4FA73B. Grayscale: #7E7E7E. Windows color (decimal): -5220156 or 12867760. OLE color: 12867760.
HSL color Cylindrical-coordinate representation of color #B058C4: hue angle of 288.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B058C4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 88 | 196 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.23 |
| HSL | 288.89º | 0.48% | 0.56% | - |
| HSV(B) | 288.89º | 0.55% | 0.77% | - |
| XYZ | 31.36 | 20.2 | 54.47 | - |
| YUV | 126.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 196 | 0.10 | 0.55 | 0 | 0.23 | 288.89 | 0.48 | 0.56 |
| Hex | B0 | 58 | C4 | A | 37 | 0 | 17 | 121 | 30 | 38 |
| Octal | 260 | 130 | 304 | 12 | 67 | 0 | 27 | 441 | 60 | 70 |
| Binary | 10110000 | 1011000 | 11000100 | 1010 | 110111 | 0 | 10111 | 100100001 | 110000 | 111000 |
Color Harmonies of #B058C4
Complementary color
Monochromatic Colors of #B058C4
Black with #B058C4
Text Example
Text Example
White with #B058C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058C4; }
p { color: rgb(176,88,196); }
H1.HeaderClassName
{
color: #B058C4;
}
.AnyTagClassName
{
color: #B058C4;
}
</style>
background-color css
<style>
a { background-color: #B058C4; }
a { background-color: rgb(176,88,196); }
div.DivClassName
{
background-color: #B058C4;
}
.BgClassName
{
background-color: #B058C4;
}
</style>
border-color css
<style>
span { border-color: #B058C4; }
span { border-color: rgb(176,88,196); }
td.TdClassName
{
border-color: #B058C4;
}
.TagClassName
{
border-color: #B058C4;
}
</style>