Shades of Medium Orchid #B057C3
Tints of Medium Orchid #B057C3
RGB
CMYK
RGB Variations
Color information
#B057C3 (or 0xB057C3) is known color: Medium Orchid. HEX triplet: B0, 57 and C3. RGB value is (176,87,195). Sum of RGB (Red+Green+Blue) = 176+87+195=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B057C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057C3 is #4FA83C. Grayscale: #7D7D7D. Windows color (decimal): -5220413 or 12801968. OLE color: 12801968.
HSL color Cylindrical-coordinate representation of color #B057C3: hue angle of 289.44º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B057C3 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 87 | 195 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.24 |
| HSL | 289.44º | 0.47% | 0.55% | - |
| HSV(B) | 289.44º | 0.55% | 0.76% | - |
| XYZ | 31.16 | 19.99 | 53.85 | - |
| YUV | 125.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 195 | 0.10 | 0.55 | 0 | 0.24 | 289.44 | 0.47 | 0.55 |
| Hex | B0 | 57 | C3 | A | 37 | 0 | 18 | 121 | 2F | 37 |
| Octal | 260 | 127 | 303 | 12 | 67 | 0 | 30 | 441 | 57 | 67 |
| Binary | 10110000 | 1010111 | 11000011 | 1010 | 110111 | 0 | 11000 | 100100001 | 101111 | 110111 |
Color Harmonies of #B057C3
Complementary color
Monochromatic Colors of #B057C3
Black with #B057C3
Text Example
Text Example
White with #B057C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B057C3; }
p { color: rgb(176,87,195); }
H1.HeaderClassName
{
color: #B057C3;
}
.AnyTagClassName
{
color: #B057C3;
}
</style>
background-color css
<style>
a { background-color: #B057C3; }
a { background-color: rgb(176,87,195); }
div.DivClassName
{
background-color: #B057C3;
}
.BgClassName
{
background-color: #B057C3;
}
</style>
border-color css
<style>
span { border-color: #B057C3; }
span { border-color: rgb(176,87,195); }
td.TdClassName
{
border-color: #B057C3;
}
.TagClassName
{
border-color: #B057C3;
}
</style>