Shades of Medium Orchid #B575DB
Tints of Medium Orchid #B575DB
RGB
CMYK
RGB Variations
Color information
#B575DB (or 0xB575DB) is known color: Medium Orchid. HEX triplet: B5, 75 and DB. RGB value is (181,117,219). Sum of RGB (Red+Green+Blue) = 181+117+219=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B575DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DB is #4A8A24. Grayscale: #939393. Windows color (decimal): -4885029 or 14382517. OLE color: 14382517.
HSL color Cylindrical-coordinate representation of color #B575DB: hue angle of 277.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B575DB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 117 | 219 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.14 |
| HSL | 277.65º | 0.59% | 0.66% | - |
| HSV(B) | 277.65º | 0.47% | 0.86% | - |
| XYZ | 38.2 | 27.66 | 70.34 | - |
| YUV | 147.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 117 | 219 | 0.17 | 0.47 | 0 | 0.14 | 277.65 | 0.59 | 0.66 |
| Hex | B5 | 75 | DB | 11 | 2F | 0 | E | 116 | 3B | 42 |
| Octal | 265 | 165 | 333 | 21 | 57 | 0 | 16 | 426 | 73 | 102 |
| Binary | 10110101 | 1110101 | 11011011 | 10001 | 101111 | 0 | 1110 | 100010110 | 111011 | 1000010 |
Color Harmonies of #B575DB
Complementary color
Monochromatic Colors of #B575DB
Black with #B575DB
Text Example
Text Example
White with #B575DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B575DB; }
p { color: rgb(181,117,219); }
H1.HeaderClassName
{
color: #B575DB;
}
.AnyTagClassName
{
color: #B575DB;
}
</style>
background-color css
<style>
a { background-color: #B575DB; }
a { background-color: rgb(181,117,219); }
div.DivClassName
{
background-color: #B575DB;
}
.BgClassName
{
background-color: #B575DB;
}
</style>
border-color css
<style>
span { border-color: #B575DB; }
span { border-color: rgb(181,117,219); }
td.TdClassName
{
border-color: #B575DB;
}
.TagClassName
{
border-color: #B575DB;
}
</style>