Shades of Medium Orchid #B057DD
Tints of Medium Orchid #B057DD
RGB
CMYK
RGB Variations
Color information
#B057DD (or 0xB057DD) is known color: Medium Orchid. HEX triplet: B0, 57 and DD. RGB value is (176,87,221). Sum of RGB (Red+Green+Blue) = 176+87+221=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B057DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B057DD is #4FA822. Grayscale: #808080. Windows color (decimal): -5220387 or 14505904. OLE color: 14505904.
HSL color Cylindrical-coordinate representation of color #B057DD: hue angle of 279.85º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B057DD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 87 | 221 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.13 |
| HSL | 279.85º | 0.66% | 0.6% | - |
| HSV(B) | 279.85º | 0.61% | 0.87% | - |
| XYZ | 34.36 | 21.27 | 70.7 | - |
| YUV | 128.89 | 179.99 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 221 | 0.20 | 0.61 | 0 | 0.13 | 279.85 | 0.66 | 0.6 |
| Hex | B0 | 57 | DD | 14 | 3D | 0 | D | 118 | 42 | 3C |
| Octal | 260 | 127 | 335 | 24 | 75 | 0 | 15 | 430 | 102 | 74 |
| Binary | 10110000 | 1010111 | 11011101 | 10100 | 111101 | 0 | 1101 | 100011000 | 1000010 | 111100 |
Color Harmonies of #B057DD
Complementary color
Monochromatic Colors of #B057DD
Black with #B057DD
Text Example
Text Example
White with #B057DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B057DD; }
p { color: rgb(176,87,221); }
H1.HeaderClassName
{
color: #B057DD;
}
.AnyTagClassName
{
color: #B057DD;
}
</style>
background-color css
<style>
a { background-color: #B057DD; }
a { background-color: rgb(176,87,221); }
div.DivClassName
{
background-color: #B057DD;
}
.BgClassName
{
background-color: #B057DD;
}
</style>
border-color css
<style>
span { border-color: #B057DD; }
span { border-color: rgb(176,87,221); }
td.TdClassName
{
border-color: #B057DD;
}
.TagClassName
{
border-color: #B057DD;
}
</style>