Shades of Medium Purple #B47BFF
Tints of Medium Purple #B47BFF
RGB
CMYK
RGB Variations
Color information
#B47BFF (or 0xB47BFF) is known color: Medium Purple. HEX triplet: B4, 7B and FF. RGB value is (180,123,255). Sum of RGB (Red+Green+Blue) = 180+123+255=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B47BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BFF is #4B8400. Grayscale: #9A9A9A. Windows color (decimal): -4948993 or 16743348. OLE color: 16743348.
HSL color Cylindrical-coordinate representation of color #B47BFF: hue angle of 265.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B47BFF is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 123 | 255 | - |
| CMYK | 0.29 | 0.52 | 0 | 0 |
| HSL | 265.91º | 1% | 0.74% | - |
| HSV(B) | 265.91º | 0.52% | 1% | - |
| XYZ | 43.96 | 31.09 | 98.29 | - |
| YUV | 155.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 255 | 0.29 | 0.52 | 0 | 0 | 265.91 | 1 | 0.74 |
| Hex | B4 | 7B | FF | 1D | 34 | 0 | 0 | 10A | 64 | 4A |
| Octal | 264 | 173 | 377 | 35 | 64 | 0 | 0 | 412 | 144 | 112 |
| Binary | 10110100 | 1111011 | 11111111 | 11101 | 110100 | 0 | 0 | 100001010 | 1100100 | 1001010 |
Color Harmonies of #B47BFF
Complementary color
Monochromatic Colors of #B47BFF
Black with #B47BFF
Text Example
Text Example
White with #B47BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BFF; }
p { color: rgb(180,123,255); }
H1.HeaderClassName
{
color: #B47BFF;
}
.AnyTagClassName
{
color: #B47BFF;
}
</style>
background-color css
<style>
a { background-color: #B47BFF; }
a { background-color: rgb(180,123,255); }
div.DivClassName
{
background-color: #B47BFF;
}
.BgClassName
{
background-color: #B47BFF;
}
</style>
border-color css
<style>
span { border-color: #B47BFF; }
span { border-color: rgb(180,123,255); }
td.TdClassName
{
border-color: #B47BFF;
}
.TagClassName
{
border-color: #B47BFF;
}
</style>