Shades of Medium Orchid #B471DA
Tints of Medium Orchid #B471DA
RGB
CMYK
RGB Variations
Color information
#B471DA (or 0xB471DA) is known color: Medium Orchid. HEX triplet: B4, 71 and DA. RGB value is (180,113,218). Sum of RGB (Red+Green+Blue) = 180+113+218=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B471DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471DA is #4B8E25. Grayscale: #909090. Windows color (decimal): -4951590 or 14315956. OLE color: 14315956.
HSL color Cylindrical-coordinate representation of color #B471DA: hue angle of 278.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B471DA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 113 | 218 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.15 |
| HSL | 278.29º | 0.59% | 0.65% | - |
| HSV(B) | 278.29º | 0.48% | 0.85% | - |
| XYZ | 37.38 | 26.58 | 69.49 | - |
| YUV | 145 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 218 | 0.17 | 0.48 | 0 | 0.15 | 278.29 | 0.59 | 0.65 |
| Hex | B4 | 71 | DA | 11 | 30 | 0 | F | 116 | 3B | 41 |
| Octal | 264 | 161 | 332 | 21 | 60 | 0 | 17 | 426 | 73 | 101 |
| Binary | 10110100 | 1110001 | 11011010 | 10001 | 110000 | 0 | 1111 | 100010110 | 111011 | 1000001 |
Color Harmonies of #B471DA
Complementary color
Monochromatic Colors of #B471DA
Black with #B471DA
Text Example
Text Example
White with #B471DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471DA; }
p { color: rgb(180,113,218); }
H1.HeaderClassName
{
color: #B471DA;
}
.AnyTagClassName
{
color: #B471DA;
}
</style>
background-color css
<style>
a { background-color: #B471DA; }
a { background-color: rgb(180,113,218); }
div.DivClassName
{
background-color: #B471DA;
}
.BgClassName
{
background-color: #B471DA;
}
</style>
border-color css
<style>
span { border-color: #B471DA; }
span { border-color: rgb(180,113,218); }
td.TdClassName
{
border-color: #B471DA;
}
.TagClassName
{
border-color: #B471DA;
}
</style>