Shades of Medium Orchid #B057C1
Tints of Medium Orchid #B057C1
RGB
CMYK
RGB Variations
Color information
#B057C1 (or 0xB057C1) is known color: Medium Orchid. HEX triplet: B0, 57 and C1. RGB value is (176,87,193). Sum of RGB (Red+Green+Blue) = 176+87+193=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #B057C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057C1 is #4FA83E. Grayscale: #7D7D7D. Windows color (decimal): -5220415 or 12670896. OLE color: 12670896.
HSL color Cylindrical-coordinate representation of color #B057C1: hue angle of 290.38º degrees, saturation: 0.46, 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 #B057C1 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 87 | 193 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.24 |
| HSL | 290.38º | 0.46% | 0.55% | - |
| HSV(B) | 290.38º | 0.55% | 0.76% | - |
| XYZ | 30.94 | 19.9 | 52.66 | - |
| YUV | 125.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 193 | 0.09 | 0.55 | 0 | 0.24 | 290.38 | 0.46 | 0.55 |
| Hex | B0 | 57 | C1 | 9 | 37 | 0 | 18 | 122 | 2E | 37 |
| Octal | 260 | 127 | 301 | 11 | 67 | 0 | 30 | 442 | 56 | 67 |
| Binary | 10110000 | 1010111 | 11000001 | 1001 | 110111 | 0 | 11000 | 100100010 | 101110 | 110111 |
Color Harmonies of #B057C1
Complementary color
Monochromatic Colors of #B057C1
Black with #B057C1
Text Example
Text Example
White with #B057C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B057C1; }
p { color: rgb(176,87,193); }
H1.HeaderClassName
{
color: #B057C1;
}
.AnyTagClassName
{
color: #B057C1;
}
</style>
background-color css
<style>
a { background-color: #B057C1; }
a { background-color: rgb(176,87,193); }
div.DivClassName
{
background-color: #B057C1;
}
.BgClassName
{
background-color: #B057C1;
}
</style>
border-color css
<style>
span { border-color: #B057C1; }
span { border-color: rgb(176,87,193); }
td.TdClassName
{
border-color: #B057C1;
}
.TagClassName
{
border-color: #B057C1;
}
</style>