Shades of Medium Orchid #B570DB
Tints of Medium Orchid #B570DB
RGB
CMYK
RGB Variations
Color information
#B570DB (or 0xB570DB) is known color: Medium Orchid. HEX triplet: B5, 70 and DB. RGB value is (181,112,219). Sum of RGB (Red+Green+Blue) = 181+112+219=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DB is #4A8F24. Grayscale: #909090. Windows color (decimal): -4886309 or 14381237. OLE color: 14381237.
HSL color Cylindrical-coordinate representation of color #B570DB: hue angle of 278.69º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B570DB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 112 | 219 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.14 |
| HSL | 278.69º | 0.6% | 0.65% | - |
| HSV(B) | 278.69º | 0.49% | 0.86% | - |
| XYZ | 37.64 | 26.53 | 70.15 | - |
| YUV | 144.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 219 | 0.17 | 0.49 | 0 | 0.14 | 278.69 | 0.6 | 0.65 |
| Hex | B5 | 70 | DB | 11 | 31 | 0 | E | 117 | 3C | 41 |
| Octal | 265 | 160 | 333 | 21 | 61 | 0 | 16 | 427 | 74 | 101 |
| Binary | 10110101 | 1110000 | 11011011 | 10001 | 110001 | 0 | 1110 | 100010111 | 111100 | 1000001 |
Color Harmonies of #B570DB
Complementary color
Monochromatic Colors of #B570DB
Black with #B570DB
Text Example
Text Example
White with #B570DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570DB; }
p { color: rgb(181,112,219); }
H1.HeaderClassName
{
color: #B570DB;
}
.AnyTagClassName
{
color: #B570DB;
}
</style>
background-color css
<style>
a { background-color: #B570DB; }
a { background-color: rgb(181,112,219); }
div.DivClassName
{
background-color: #B570DB;
}
.BgClassName
{
background-color: #B570DB;
}
</style>
border-color css
<style>
span { border-color: #B570DB; }
span { border-color: rgb(181,112,219); }
td.TdClassName
{
border-color: #B570DB;
}
.TagClassName
{
border-color: #B570DB;
}
</style>