Shades of Medium Orchid #B058C1
Tints of Medium Orchid #B058C1
RGB
CMYK
RGB Variations
Color information
#B058C1 (or 0xB058C1) is known color: Medium Orchid. HEX triplet: B0, 58 and C1. RGB value is (176,88,193). Sum of RGB (Red+Green+Blue) = 176+88+193=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #B058C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058C1 is #4FA73E. Grayscale: #7D7D7D. Windows color (decimal): -5220159 or 12671152. OLE color: 12671152.
HSL color Cylindrical-coordinate representation of color #B058C1: hue angle of 290.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B058C1 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 88 | 193 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.24 |
| HSL | 290.29º | 0.46% | 0.55% | - |
| HSV(B) | 290.29º | 0.54% | 0.76% | - |
| XYZ | 31.02 | 20.06 | 52.69 | - |
| YUV | 126.28 | 165.65 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 193 | 0.09 | 0.54 | 0 | 0.24 | 290.29 | 0.46 | 0.55 |
| Hex | B0 | 58 | C1 | 9 | 36 | 0 | 18 | 122 | 2E | 37 |
| Octal | 260 | 130 | 301 | 11 | 66 | 0 | 30 | 442 | 56 | 67 |
| Binary | 10110000 | 1011000 | 11000001 | 1001 | 110110 | 0 | 11000 | 100100010 | 101110 | 110111 |
Color Harmonies of #B058C1
Complementary color
Monochromatic Colors of #B058C1
Black with #B058C1
Text Example
Text Example
White with #B058C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B058C1; }
p { color: rgb(176,88,193); }
H1.HeaderClassName
{
color: #B058C1;
}
.AnyTagClassName
{
color: #B058C1;
}
</style>
background-color css
<style>
a { background-color: #B058C1; }
a { background-color: rgb(176,88,193); }
div.DivClassName
{
background-color: #B058C1;
}
.BgClassName
{
background-color: #B058C1;
}
</style>
border-color css
<style>
span { border-color: #B058C1; }
span { border-color: rgb(176,88,193); }
td.TdClassName
{
border-color: #B058C1;
}
.TagClassName
{
border-color: #B058C1;
}
</style>