Shades of Medium Orchid #B271D3
Tints of Medium Orchid #B271D3
RGB
CMYK
RGB Variations
Color information
#B271D3 (or 0xB271D3) is known color: Medium Orchid. HEX triplet: B2, 71 and D3. RGB value is (178,113,211). Sum of RGB (Red+Green+Blue) = 178+113+211=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 211 - color contains mainly: blue. Hex color #B271D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271D3 is #4D8E2C. Grayscale: #8F8F8F. Windows color (decimal): -5082669 or 13857202. OLE color: 13857202.
HSL color Cylindrical-coordinate representation of color #B271D3: hue angle of 279.8º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B271D3 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 113 | 211 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.17 |
| HSL | 279.8º | 0.53% | 0.64% | - |
| HSV(B) | 279.8º | 0.46% | 0.83% | - |
| XYZ | 36.02 | 25.98 | 64.74 | - |
| YUV | 143.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 211 | 0.16 | 0.46 | 0 | 0.17 | 279.8 | 0.53 | 0.64 |
| Hex | B2 | 71 | D3 | 10 | 2E | 0 | 11 | 118 | 35 | 40 |
| Octal | 262 | 161 | 323 | 20 | 56 | 0 | 21 | 430 | 65 | 100 |
| Binary | 10110010 | 1110001 | 11010011 | 10000 | 101110 | 0 | 10001 | 100011000 | 110101 | 1000000 |
Color Harmonies of #B271D3
Complementary color
Monochromatic Colors of #B271D3
Black with #B271D3
Text Example
Text Example
White with #B271D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271D3; }
p { color: rgb(178,113,211); }
H1.HeaderClassName
{
color: #B271D3;
}
.AnyTagClassName
{
color: #B271D3;
}
</style>
background-color css
<style>
a { background-color: #B271D3; }
a { background-color: rgb(178,113,211); }
div.DivClassName
{
background-color: #B271D3;
}
.BgClassName
{
background-color: #B271D3;
}
</style>
border-color css
<style>
span { border-color: #B271D3; }
span { border-color: rgb(178,113,211); }
td.TdClassName
{
border-color: #B271D3;
}
.TagClassName
{
border-color: #B271D3;
}
</style>