Shades of Medium Orchid #B471E5
Tints of Medium Orchid #B471E5
RGB
CMYK
RGB Variations
Color information
#B471E5 (or 0xB471E5) is known color: Medium Orchid. HEX triplet: B4, 71 and E5. RGB value is (180,113,229). Sum of RGB (Red+Green+Blue) = 180+113+229=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #B471E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471E5 is #4B8E1A. Grayscale: #919191. Windows color (decimal): -4951579 or 15036852. OLE color: 15036852.
HSL color Cylindrical-coordinate representation of color #B471E5: hue angle of 274.66º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B471E5 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 113 | 229 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.10 |
| HSL | 274.66º | 0.69% | 0.67% | - |
| HSV(B) | 274.66º | 0.51% | 0.9% | - |
| XYZ | 38.87 | 27.17 | 77.32 | - |
| YUV | 146.26 | 174.7 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 229 | 0.21 | 0.51 | 0 | 0.10 | 274.66 | 0.69 | 0.67 |
| Hex | B4 | 71 | E5 | 15 | 33 | 0 | A | 113 | 45 | 43 |
| Octal | 264 | 161 | 345 | 25 | 63 | 0 | 12 | 423 | 105 | 103 |
| Binary | 10110100 | 1110001 | 11100101 | 10101 | 110011 | 0 | 1010 | 100010011 | 1000101 | 1000011 |
Color Harmonies of #B471E5
Complementary color
Monochromatic Colors of #B471E5
Black with #B471E5
Text Example
Text Example
White with #B471E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471E5; }
p { color: rgb(180,113,229); }
H1.HeaderClassName
{
color: #B471E5;
}
.AnyTagClassName
{
color: #B471E5;
}
</style>
background-color css
<style>
a { background-color: #B471E5; }
a { background-color: rgb(180,113,229); }
div.DivClassName
{
background-color: #B471E5;
}
.BgClassName
{
background-color: #B471E5;
}
</style>
border-color css
<style>
span { border-color: #B471E5; }
span { border-color: rgb(180,113,229); }
td.TdClassName
{
border-color: #B471E5;
}
.TagClassName
{
border-color: #B471E5;
}
</style>