Shades of Medium Orchid #B570D4
Tints of Medium Orchid #B570D4
RGB
CMYK
RGB Variations
Color information
#B570D4 (or 0xB570D4) is known color: Medium Orchid. HEX triplet: B5, 70 and D4. RGB value is (181,112,212). Sum of RGB (Red+Green+Blue) = 181+112+212=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 212 (83.20% from 255 or 41.98% from 505); Max value from RGB is 212 - color contains mainly: blue. Hex color #B570D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570D4 is #4A8F2B. Grayscale: #8F8F8F. Windows color (decimal): -4886316 or 13922485. OLE color: 13922485.
HSL color Cylindrical-coordinate representation of color #B570D4: hue angle of 281.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B570D4 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 112 | 212 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.17 |
| HSL | 281.4º | 0.54% | 0.64% | - |
| HSV(B) | 281.4º | 0.47% | 0.83% | - |
| XYZ | 36.73 | 26.17 | 65.4 | - |
| YUV | 144.03 | 166.36 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 212 | 0.15 | 0.47 | 0 | 0.17 | 281.4 | 0.54 | 0.64 |
| Hex | B5 | 70 | D4 | F | 2F | 0 | 11 | 119 | 36 | 40 |
| Octal | 265 | 160 | 324 | 17 | 57 | 0 | 21 | 431 | 66 | 100 |
| Binary | 10110101 | 1110000 | 11010100 | 1111 | 101111 | 0 | 10001 | 100011001 | 110110 | 1000000 |
Color Harmonies of #B570D4
Complementary color
Monochromatic Colors of #B570D4
Black with #B570D4
Text Example
Text Example
White with #B570D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570D4; }
p { color: rgb(181,112,212); }
H1.HeaderClassName
{
color: #B570D4;
}
.AnyTagClassName
{
color: #B570D4;
}
</style>
background-color css
<style>
a { background-color: #B570D4; }
a { background-color: rgb(181,112,212); }
div.DivClassName
{
background-color: #B570D4;
}
.BgClassName
{
background-color: #B570D4;
}
</style>
border-color css
<style>
span { border-color: #B570D4; }
span { border-color: rgb(181,112,212); }
td.TdClassName
{
border-color: #B570D4;
}
.TagClassName
{
border-color: #B570D4;
}
</style>