Shades of Medium Orchid #B570D0
Tints of Medium Orchid #B570D0
RGB
CMYK
RGB Variations
Color information
#B570D0 (or 0xB570D0) is known color: Medium Orchid. HEX triplet: B5, 70 and D0. RGB value is (181,112,208). Sum of RGB (Red+Green+Blue) = 181+112+208=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #B570D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570D0 is #4A8F2F. Grayscale: #8F8F8F. Windows color (decimal): -4886320 or 13660341. OLE color: 13660341.
HSL color Cylindrical-coordinate representation of color #B570D0: hue angle of 283.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B570D0 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 112 | 208 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.18 |
| HSL | 283.13º | 0.51% | 0.63% | - |
| HSV(B) | 283.13º | 0.46% | 0.82% | - |
| XYZ | 36.24 | 25.97 | 62.78 | - |
| YUV | 143.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 208 | 0.13 | 0.46 | 0 | 0.18 | 283.13 | 0.51 | 0.63 |
| Hex | B5 | 70 | D0 | D | 2E | 0 | 12 | 11B | 33 | 3F |
| Octal | 265 | 160 | 320 | 15 | 56 | 0 | 22 | 433 | 63 | 77 |
| Binary | 10110101 | 1110000 | 11010000 | 1101 | 101110 | 0 | 10010 | 100011011 | 110011 | 111111 |
Color Harmonies of #B570D0
Complementary color
Monochromatic Colors of #B570D0
Black with #B570D0
Text Example
Text Example
White with #B570D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570D0; }
p { color: rgb(181,112,208); }
H1.HeaderClassName
{
color: #B570D0;
}
.AnyTagClassName
{
color: #B570D0;
}
</style>
background-color css
<style>
a { background-color: #B570D0; }
a { background-color: rgb(181,112,208); }
div.DivClassName
{
background-color: #B570D0;
}
.BgClassName
{
background-color: #B570D0;
}
</style>
border-color css
<style>
span { border-color: #B570D0; }
span { border-color: rgb(181,112,208); }
td.TdClassName
{
border-color: #B570D0;
}
.TagClassName
{
border-color: #B570D0;
}
</style>