Shades of Medium Orchid #B570DF
Tints of Medium Orchid #B570DF
RGB
CMYK
RGB Variations
Color information
#B570DF (or 0xB570DF) is known color: Medium Orchid. HEX triplet: B5, 70 and DF. RGB value is (181,112,223). Sum of RGB (Red+Green+Blue) = 181+112+223=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B570DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DF is #4A8F20. Grayscale: #909090. Windows color (decimal): -4886305 or 14643381. OLE color: 14643381.
HSL color Cylindrical-coordinate representation of color #B570DF: hue angle of 277.3º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B570DF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 112 | 223 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.13 |
| HSL | 277.3º | 0.63% | 0.66% | - |
| HSV(B) | 277.3º | 0.5% | 0.87% | - |
| XYZ | 38.17 | 26.74 | 72.96 | - |
| YUV | 145.29 | 171.86 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 223 | 0.19 | 0.50 | 0 | 0.13 | 277.3 | 0.63 | 0.66 |
| Hex | B5 | 70 | DF | 13 | 32 | 0 | D | 115 | 3F | 42 |
| Octal | 265 | 160 | 337 | 23 | 62 | 0 | 15 | 425 | 77 | 102 |
| Binary | 10110101 | 1110000 | 11011111 | 10011 | 110010 | 0 | 1101 | 100010101 | 111111 | 1000010 |
Color Harmonies of #B570DF
Complementary color
Monochromatic Colors of #B570DF
Black with #B570DF
Text Example
Text Example
White with #B570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570DF; }
p { color: rgb(181,112,223); }
H1.HeaderClassName
{
color: #B570DF;
}
.AnyTagClassName
{
color: #B570DF;
}
</style>
background-color css
<style>
a { background-color: #B570DF; }
a { background-color: rgb(181,112,223); }
div.DivClassName
{
background-color: #B570DF;
}
.BgClassName
{
background-color: #B570DF;
}
</style>
border-color css
<style>
span { border-color: #B570DF; }
span { border-color: rgb(181,112,223); }
td.TdClassName
{
border-color: #B570DF;
}
.TagClassName
{
border-color: #B570DF;
}
</style>