Shades of Medium Orchid #B471DB
Tints of Medium Orchid #B471DB
RGB
CMYK
RGB Variations
Color information
#B471DB (or 0xB471DB) is known color: Medium Orchid. HEX triplet: B4, 71 and DB. RGB value is (180,113,219). Sum of RGB (Red+Green+Blue) = 180+113+219=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 113 (44.53% from 255 or 22.07% 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 #B471DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DB is #4B8E24. Grayscale: #909090. Windows color (decimal): -4951589 or 14381492. OLE color: 14381492.
HSL color Cylindrical-coordinate representation of color #B471DB: hue angle of 277.92º 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 #B471DB is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 113 | 219 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.14 |
| HSL | 277.92º | 0.6% | 0.65% | - |
| HSV(B) | 277.92º | 0.48% | 0.86% | - |
| XYZ | 37.51 | 26.63 | 70.18 | - |
| YUV | 145.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 219 | 0.18 | 0.48 | 0 | 0.14 | 277.92 | 0.6 | 0.65 |
| Hex | B4 | 71 | DB | 12 | 30 | 0 | E | 116 | 3C | 41 |
| Octal | 264 | 161 | 333 | 22 | 60 | 0 | 16 | 426 | 74 | 101 |
| Binary | 10110100 | 1110001 | 11011011 | 10010 | 110000 | 0 | 1110 | 100010110 | 111100 | 1000001 |
Color Harmonies of #B471DB
Complementary color
Monochromatic Colors of #B471DB
Black with #B471DB
Text Example
Text Example
White with #B471DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471DB; }
p { color: rgb(180,113,219); }
H1.HeaderClassName
{
color: #B471DB;
}
.AnyTagClassName
{
color: #B471DB;
}
</style>
background-color css
<style>
a { background-color: #B471DB; }
a { background-color: rgb(180,113,219); }
div.DivClassName
{
background-color: #B471DB;
}
.BgClassName
{
background-color: #B471DB;
}
</style>
border-color css
<style>
span { border-color: #B471DB; }
span { border-color: rgb(180,113,219); }
td.TdClassName
{
border-color: #B471DB;
}
.TagClassName
{
border-color: #B471DB;
}
</style>