Shades of Medium Orchid #B470DB
Tints of Medium Orchid #B470DB
RGB
CMYK
RGB Variations
Color information
#B470DB (or 0xB470DB) is known color: Medium Orchid. HEX triplet: B4, 70 and DB. RGB value is (180,112,219). Sum of RGB (Red+Green+Blue) = 180+112+219=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B470DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470DB is #4B8F24. Grayscale: #909090. Windows color (decimal): -4951845 or 14381236. OLE color: 14381236.
HSL color Cylindrical-coordinate representation of color #B470DB: hue angle of 278.13º 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 #B470DB is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 112 | 219 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.14 |
| HSL | 278.13º | 0.6% | 0.65% | - |
| HSV(B) | 278.13º | 0.49% | 0.86% | - |
| XYZ | 37.4 | 26.41 | 70.14 | - |
| YUV | 144.53 | 170.03 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 219 | 0.18 | 0.49 | 0 | 0.14 | 278.13 | 0.6 | 0.65 |
| Hex | B4 | 70 | DB | 12 | 31 | 0 | E | 116 | 3C | 41 |
| Octal | 264 | 160 | 333 | 22 | 61 | 0 | 16 | 426 | 74 | 101 |
| Binary | 10110100 | 1110000 | 11011011 | 10010 | 110001 | 0 | 1110 | 100010110 | 111100 | 1000001 |
Color Harmonies of #B470DB
Complementary color
Monochromatic Colors of #B470DB
Black with #B470DB
Text Example
Text Example
White with #B470DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470DB; }
p { color: rgb(180,112,219); }
H1.HeaderClassName
{
color: #B470DB;
}
.AnyTagClassName
{
color: #B470DB;
}
</style>
background-color css
<style>
a { background-color: #B470DB; }
a { background-color: rgb(180,112,219); }
div.DivClassName
{
background-color: #B470DB;
}
.BgClassName
{
background-color: #B470DB;
}
</style>
border-color css
<style>
span { border-color: #B470DB; }
span { border-color: rgb(180,112,219); }
td.TdClassName
{
border-color: #B470DB;
}
.TagClassName
{
border-color: #B470DB;
}
</style>