Shades of Medium Orchid #B471E2
Tints of Medium Orchid #B471E2
RGB
CMYK
RGB Variations
Color information
#B471E2 (or 0xB471E2) is known color: Medium Orchid. HEX triplet: B4, 71 and E2. RGB value is (180,113,226). Sum of RGB (Red+Green+Blue) = 180+113+226=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 226 - color contains mainly: blue. Hex color #B471E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471E2 is #4B8E1D. Grayscale: #919191. Windows color (decimal): -4951582 or 14840244. OLE color: 14840244.
HSL color Cylindrical-coordinate representation of color #B471E2: hue angle of 275.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B471E2 is Cyan = 0.20, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 113 | 226 | - |
| CMYK | 0.20 | 0.5 | 0 | 0.11 |
| HSL | 275.58º | 0.66% | 0.66% | - |
| HSV(B) | 275.58º | 0.5% | 0.89% | - |
| XYZ | 38.45 | 27 | 75.14 | - |
| YUV | 145.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 113 | 226 | 0.20 | 0.5 | 0 | 0.11 | 275.58 | 0.66 | 0.66 |
| Hex | B4 | 71 | E2 | 14 | 32 | 0 | B | 114 | 42 | 42 |
| Octal | 264 | 161 | 342 | 24 | 62 | 0 | 13 | 424 | 102 | 102 |
| Binary | 10110100 | 1110001 | 11100010 | 10100 | 110010 | 0 | 1011 | 100010100 | 1000010 | 1000010 |
Color Harmonies of #B471E2
Complementary color
Monochromatic Colors of #B471E2
Black with #B471E2
Text Example
Text Example
White with #B471E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B471E2; }
p { color: rgb(180,113,226); }
H1.HeaderClassName
{
color: #B471E2;
}
.AnyTagClassName
{
color: #B471E2;
}
</style>
background-color css
<style>
a { background-color: #B471E2; }
a { background-color: rgb(180,113,226); }
div.DivClassName
{
background-color: #B471E2;
}
.BgClassName
{
background-color: #B471E2;
}
</style>
border-color css
<style>
span { border-color: #B471E2; }
span { border-color: rgb(180,113,226); }
td.TdClassName
{
border-color: #B471E2;
}
.TagClassName
{
border-color: #B471E2;
}
</style>