Shades of Medium Orchid #B471DD
Tints of Medium Orchid #B471DD
RGB
CMYK
RGB Variations
Color information
#B471DD (or 0xB471DD) is known color: Medium Orchid. HEX triplet: B4, 71 and DD. RGB value is (180,113,221). Sum of RGB (Red+Green+Blue) = 180+113+221=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B471DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DD is #4B8E22. Grayscale: #909090. Windows color (decimal): -4951587 or 14512564. OLE color: 14512564.
HSL color Cylindrical-coordinate representation of color #B471DD: hue angle of 277.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B471DD is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 113 | 221 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.13 |
| HSL | 277.22º | 0.61% | 0.65% | - |
| HSV(B) | 277.22º | 0.49% | 0.87% | - |
| XYZ | 37.78 | 26.73 | 71.58 | - |
| YUV | 145.35 | 170.7 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 221 | 0.19 | 0.49 | 0 | 0.13 | 277.22 | 0.61 | 0.65 |
| Hex | B4 | 71 | DD | 13 | 31 | 0 | D | 115 | 3D | 41 |
| Octal | 264 | 161 | 335 | 23 | 61 | 0 | 15 | 425 | 75 | 101 |
| Binary | 10110100 | 1110001 | 11011101 | 10011 | 110001 | 0 | 1101 | 100010101 | 111101 | 1000001 |
Color Harmonies of #B471DD
Complementary color
Monochromatic Colors of #B471DD
Black with #B471DD
Text Example
Text Example
White with #B471DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471DD; }
p { color: rgb(180,113,221); }
H1.HeaderClassName
{
color: #B471DD;
}
.AnyTagClassName
{
color: #B471DD;
}
</style>
background-color css
<style>
a { background-color: #B471DD; }
a { background-color: rgb(180,113,221); }
div.DivClassName
{
background-color: #B471DD;
}
.BgClassName
{
background-color: #B471DD;
}
</style>
border-color css
<style>
span { border-color: #B471DD; }
span { border-color: rgb(180,113,221); }
td.TdClassName
{
border-color: #B471DD;
}
.TagClassName
{
border-color: #B471DD;
}
</style>