Shades of Medium Purple #B47FFB
Tints of Medium Purple #B47FFB
RGB
CMYK
RGB Variations
Color information
#B47FFB (or 0xB47FFB) is known color: Medium Purple. HEX triplet: B4, 7F and FB. RGB value is (180,127,251). Sum of RGB (Red+Green+Blue) = 180+127+251=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #B47FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FFB is #4B8004. Grayscale: #9C9C9C. Windows color (decimal): -4947973 or 16482228. OLE color: 16482228.
HSL color Cylindrical-coordinate representation of color #B47FFB: hue angle of 265.65º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B47FFB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 127 | 251 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.02 |
| HSL | 265.65º | 0.94% | 0.74% | - |
| HSV(B) | 265.65º | 0.49% | 0.98% | - |
| XYZ | 43.82 | 31.85 | 95.1 | - |
| YUV | 156.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 127 | 251 | 0.28 | 0.49 | 0 | 0.02 | 265.65 | 0.94 | 0.74 |
| Hex | B4 | 7F | FB | 1C | 31 | 0 | 2 | 10A | 5E | 4A |
| Octal | 264 | 177 | 373 | 34 | 61 | 0 | 2 | 412 | 136 | 112 |
| Binary | 10110100 | 1111111 | 11111011 | 11100 | 110001 | 0 | 10 | 100001010 | 1011110 | 1001010 |
Color Harmonies of #B47FFB
Complementary color
Monochromatic Colors of #B47FFB
Black with #B47FFB
Text Example
Text Example
White with #B47FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47FFB; }
p { color: rgb(180,127,251); }
H1.HeaderClassName
{
color: #B47FFB;
}
.AnyTagClassName
{
color: #B47FFB;
}
</style>
background-color css
<style>
a { background-color: #B47FFB; }
a { background-color: rgb(180,127,251); }
div.DivClassName
{
background-color: #B47FFB;
}
.BgClassName
{
background-color: #B47FFB;
}
</style>
border-color css
<style>
span { border-color: #B47FFB; }
span { border-color: rgb(180,127,251); }
td.TdClassName
{
border-color: #B47FFB;
}
.TagClassName
{
border-color: #B47FFB;
}
</style>