Shades of Medium Orchid #B057C6
Tints of Medium Orchid #B057C6
RGB
CMYK
RGB Variations
Color information
#B057C6 (or 0xB057C6) is known color: Medium Orchid. HEX triplet: B0, 57 and C6. RGB value is (176,87,198). Sum of RGB (Red+Green+Blue) = 176+87+198=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #B057C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057C6 is #4FA839. Grayscale: #7D7D7D. Windows color (decimal): -5220410 or 12998576. OLE color: 12998576.
HSL color Cylindrical-coordinate representation of color #B057C6: hue angle of 288.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B057C6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 87 | 198 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.22 |
| HSL | 288.11º | 0.49% | 0.56% | - |
| HSV(B) | 288.11º | 0.56% | 0.78% | - |
| XYZ | 31.51 | 20.12 | 55.65 | - |
| YUV | 126.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 198 | 0.11 | 0.56 | 0 | 0.22 | 288.11 | 0.49 | 0.56 |
| Hex | B0 | 57 | C6 | B | 38 | 0 | 16 | 120 | 31 | 38 |
| Octal | 260 | 127 | 306 | 13 | 70 | 0 | 26 | 440 | 61 | 70 |
| Binary | 10110000 | 1010111 | 11000110 | 1011 | 111000 | 0 | 10110 | 100100000 | 110001 | 111000 |
Color Harmonies of #B057C6
Complementary color
Monochromatic Colors of #B057C6
Black with #B057C6
Text Example
Text Example
White with #B057C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B057C6; }
p { color: rgb(176,87,198); }
H1.HeaderClassName
{
color: #B057C6;
}
.AnyTagClassName
{
color: #B057C6;
}
</style>
background-color css
<style>
a { background-color: #B057C6; }
a { background-color: rgb(176,87,198); }
div.DivClassName
{
background-color: #B057C6;
}
.BgClassName
{
background-color: #B057C6;
}
</style>
border-color css
<style>
span { border-color: #B057C6; }
span { border-color: rgb(176,87,198); }
td.TdClassName
{
border-color: #B057C6;
}
.TagClassName
{
border-color: #B057C6;
}
</style>