Shades of Medium Orchid #B571DB
Tints of Medium Orchid #B571DB
RGB
CMYK
RGB Variations
Color information
#B571DB (or 0xB571DB) is known color: Medium Orchid. HEX triplet: B5, 71 and DB. RGB value is (181,113,219). Sum of RGB (Red+Green+Blue) = 181+113+219=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B571DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DB is #4A8E24. Grayscale: #919191. Windows color (decimal): -4886053 or 14381493. OLE color: 14381493.
HSL color Cylindrical-coordinate representation of color #B571DB: hue angle of 278.49º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B571DB is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 113 | 219 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.14 |
| HSL | 278.49º | 0.6% | 0.65% | - |
| HSV(B) | 278.49º | 0.48% | 0.86% | - |
| XYZ | 37.75 | 26.75 | 70.19 | - |
| YUV | 145.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 219 | 0.17 | 0.48 | 0 | 0.14 | 278.49 | 0.6 | 0.65 |
| Hex | B5 | 71 | DB | 11 | 30 | 0 | E | 116 | 3C | 41 |
| Octal | 265 | 161 | 333 | 21 | 60 | 0 | 16 | 426 | 74 | 101 |
| Binary | 10110101 | 1110001 | 11011011 | 10001 | 110000 | 0 | 1110 | 100010110 | 111100 | 1000001 |
Color Harmonies of #B571DB
Complementary color
Monochromatic Colors of #B571DB
Black with #B571DB
Text Example
Text Example
White with #B571DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571DB; }
p { color: rgb(181,113,219); }
H1.HeaderClassName
{
color: #B571DB;
}
.AnyTagClassName
{
color: #B571DB;
}
</style>
background-color css
<style>
a { background-color: #B571DB; }
a { background-color: rgb(181,113,219); }
div.DivClassName
{
background-color: #B571DB;
}
.BgClassName
{
background-color: #B571DB;
}
</style>
border-color css
<style>
span { border-color: #B571DB; }
span { border-color: rgb(181,113,219); }
td.TdClassName
{
border-color: #B571DB;
}
.TagClassName
{
border-color: #B571DB;
}
</style>