Shades of Medium Purple #B47CFC
Tints of Medium Purple #B47CFC
RGB
CMYK
RGB Variations
Color information
#B47CFC (or 0xB47CFC) is known color: Medium Purple. HEX triplet: B4, 7C and FC. RGB value is (180,124,252). Sum of RGB (Red+Green+Blue) = 180+124+252=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #B47CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CFC is #4B8303. Grayscale: #9A9A9A. Windows color (decimal): -4948740 or 16546996. OLE color: 16546996.
HSL color Cylindrical-coordinate representation of color #B47CFC: hue angle of 266.25º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47CFC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 124 | 252 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.01 |
| HSL | 266.25º | 0.96% | 0.74% | - |
| HSV(B) | 266.25º | 0.51% | 0.99% | - |
| XYZ | 43.6 | 31.15 | 95.81 | - |
| YUV | 155.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 124 | 252 | 0.29 | 0.51 | 0 | 0.01 | 266.25 | 0.96 | 0.74 |
| Hex | B4 | 7C | FC | 1D | 33 | 0 | 1 | 10A | 60 | 4A |
| Octal | 264 | 174 | 374 | 35 | 63 | 0 | 1 | 412 | 140 | 112 |
| Binary | 10110100 | 1111100 | 11111100 | 11101 | 110011 | 0 | 1 | 100001010 | 1100000 | 1001010 |
Color Harmonies of #B47CFC
Complementary color
Monochromatic Colors of #B47CFC
Black with #B47CFC
Text Example
Text Example
White with #B47CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47CFC; }
p { color: rgb(180,124,252); }
H1.HeaderClassName
{
color: #B47CFC;
}
.AnyTagClassName
{
color: #B47CFC;
}
</style>
background-color css
<style>
a { background-color: #B47CFC; }
a { background-color: rgb(180,124,252); }
div.DivClassName
{
background-color: #B47CFC;
}
.BgClassName
{
background-color: #B47CFC;
}
</style>
border-color css
<style>
span { border-color: #B47CFC; }
span { border-color: rgb(180,124,252); }
td.TdClassName
{
border-color: #B47CFC;
}
.TagClassName
{
border-color: #B47CFC;
}
</style>