Shades of Medium Purple #B47CFB
Tints of Medium Purple #B47CFB
RGB
CMYK
RGB Variations
Color information
#B47CFB (or 0xB47CFB) is known color: Medium Purple. HEX triplet: B4, 7C and FB. RGB value is (180,124,251). Sum of RGB (Red+Green+Blue) = 180+124+251=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #B47CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CFB is #4B8304. Grayscale: #9A9A9A. Windows color (decimal): -4948741 or 16481460. OLE color: 16481460.
HSL color Cylindrical-coordinate representation of color #B47CFB: hue angle of 266.46º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47CFB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 124 | 251 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.02 |
| HSL | 266.46º | 0.94% | 0.74% | - |
| HSV(B) | 266.46º | 0.51% | 0.98% | - |
| XYZ | 43.44 | 31.08 | 94.98 | - |
| YUV | 155.22 | 182.05 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 251 | 0.28 | 0.51 | 0 | 0.02 | 266.46 | 0.94 | 0.74 |
| Hex | B4 | 7C | FB | 1C | 33 | 0 | 2 | 10A | 5E | 4A |
| Octal | 264 | 174 | 373 | 34 | 63 | 0 | 2 | 412 | 136 | 112 |
| Binary | 10110100 | 1111100 | 11111011 | 11100 | 110011 | 0 | 10 | 100001010 | 1011110 | 1001010 |
Color Harmonies of #B47CFB
Complementary color
Monochromatic Colors of #B47CFB
Black with #B47CFB
Text Example
Text Example
White with #B47CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CFB; }
p { color: rgb(180,124,251); }
H1.HeaderClassName
{
color: #B47CFB;
}
.AnyTagClassName
{
color: #B47CFB;
}
</style>
background-color css
<style>
a { background-color: #B47CFB; }
a { background-color: rgb(180,124,251); }
div.DivClassName
{
background-color: #B47CFB;
}
.BgClassName
{
background-color: #B47CFB;
}
</style>
border-color css
<style>
span { border-color: #B47CFB; }
span { border-color: rgb(180,124,251); }
td.TdClassName
{
border-color: #B47CFB;
}
.TagClassName
{
border-color: #B47CFB;
}
</style>