Shades of Medium Purple #B47BFD
Tints of Medium Purple #B47BFD
RGB
CMYK
RGB Variations
Color information
#B47BFD (or 0xB47BFD) is known color: Medium Purple. HEX triplet: B4, 7B and FD. RGB value is (180,123,253). Sum of RGB (Red+Green+Blue) = 180+123+253=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #B47BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BFD is #4B8402. Grayscale: #9A9A9A. Windows color (decimal): -4948995 or 16612276. OLE color: 16612276.
HSL color Cylindrical-coordinate representation of color #B47BFD: hue angle of 266.31º degrees, saturation: 0.97, 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 #B47BFD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 123 | 253 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.01 |
| HSL | 266.31º | 0.97% | 0.74% | - |
| HSV(B) | 266.31º | 0.51% | 0.99% | - |
| XYZ | 43.63 | 30.96 | 96.6 | - |
| YUV | 154.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 253 | 0.29 | 0.51 | 0 | 0.01 | 266.31 | 0.97 | 0.74 |
| Hex | B4 | 7B | FD | 1D | 33 | 0 | 1 | 10A | 61 | 4A |
| Octal | 264 | 173 | 375 | 35 | 63 | 0 | 1 | 412 | 141 | 112 |
| Binary | 10110100 | 1111011 | 11111101 | 11101 | 110011 | 0 | 1 | 100001010 | 1100001 | 1001010 |
Color Harmonies of #B47BFD
Complementary color
Monochromatic Colors of #B47BFD
Black with #B47BFD
Text Example
Text Example
White with #B47BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BFD; }
p { color: rgb(180,123,253); }
H1.HeaderClassName
{
color: #B47BFD;
}
.AnyTagClassName
{
color: #B47BFD;
}
</style>
background-color css
<style>
a { background-color: #B47BFD; }
a { background-color: rgb(180,123,253); }
div.DivClassName
{
background-color: #B47BFD;
}
.BgClassName
{
background-color: #B47BFD;
}
</style>
border-color css
<style>
span { border-color: #B47BFD; }
span { border-color: rgb(180,123,253); }
td.TdClassName
{
border-color: #B47BFD;
}
.TagClassName
{
border-color: #B47BFD;
}
</style>