Shades of Medium Orchid #B471E1
Tints of Medium Orchid #B471E1
RGB
CMYK
RGB Variations
Color information
#B471E1 (or 0xB471E1) is known color: Medium Orchid. HEX triplet: B4, 71 and E1. RGB value is (180,113,225). Sum of RGB (Red+Green+Blue) = 180+113+225=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #B471E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471E1 is #4B8E1E. Grayscale: #919191. Windows color (decimal): -4951583 or 14774708. OLE color: 14774708.
HSL color Cylindrical-coordinate representation of color #B471E1: hue angle of 275.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B471E1 is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 113 | 225 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.12 |
| HSL | 275.89º | 0.65% | 0.66% | - |
| HSV(B) | 275.89º | 0.5% | 0.88% | - |
| XYZ | 38.32 | 26.95 | 74.42 | - |
| YUV | 145.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 225 | 0.2 | 0.50 | 0 | 0.12 | 275.89 | 0.65 | 0.66 |
| Hex | B4 | 71 | E1 | 14 | 32 | 0 | C | 114 | 41 | 42 |
| Octal | 264 | 161 | 341 | 24 | 62 | 0 | 14 | 424 | 101 | 102 |
| Binary | 10110100 | 1110001 | 11100001 | 10100 | 110010 | 0 | 1100 | 100010100 | 1000001 | 1000010 |
Color Harmonies of #B471E1
Complementary color
Monochromatic Colors of #B471E1
Black with #B471E1
Text Example
Text Example
White with #B471E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471E1; }
p { color: rgb(180,113,225); }
H1.HeaderClassName
{
color: #B471E1;
}
.AnyTagClassName
{
color: #B471E1;
}
</style>
background-color css
<style>
a { background-color: #B471E1; }
a { background-color: rgb(180,113,225); }
div.DivClassName
{
background-color: #B471E1;
}
.BgClassName
{
background-color: #B471E1;
}
</style>
border-color css
<style>
span { border-color: #B471E1; }
span { border-color: rgb(180,113,225); }
td.TdClassName
{
border-color: #B471E1;
}
.TagClassName
{
border-color: #B471E1;
}
</style>