Shades of Medium Purple #B47BED
Tints of Medium Purple #B47BED
RGB
CMYK
RGB Variations
Color information
#B47BED (or 0xB47BED) is known color: Medium Purple. HEX triplet: B4, 7B and ED. RGB value is (180,123,237). Sum of RGB (Red+Green+Blue) = 180+123+237=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B47BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BED is #4B8412. Grayscale: #989898. Windows color (decimal): -4949011 or 15563700. OLE color: 15563700.
HSL color Cylindrical-coordinate representation of color #B47BED: hue angle of 270º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47BED is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 123 | 237 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.07 |
| HSL | 270º | 0.76% | 0.71% | - |
| HSV(B) | 270º | 0.48% | 0.93% | - |
| XYZ | 41.19 | 29.98 | 83.74 | - |
| YUV | 153.04 | 175.38 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 123 | 237 | 0.24 | 0.48 | 0 | 0.07 | 270 | 0.76 | 0.71 |
| Hex | B4 | 7B | ED | 18 | 30 | 0 | 7 | 10E | 4C | 47 |
| Octal | 264 | 173 | 355 | 30 | 60 | 0 | 7 | 416 | 114 | 107 |
| Binary | 10110100 | 1111011 | 11101101 | 11000 | 110000 | 0 | 111 | 100001110 | 1001100 | 1000111 |
Color Harmonies of #B47BED
Complementary color
Monochromatic Colors of #B47BED
Black with #B47BED
Text Example
Text Example
White with #B47BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47BED; }
p { color: rgb(180,123,237); }
H1.HeaderClassName
{
color: #B47BED;
}
.AnyTagClassName
{
color: #B47BED;
}
</style>
background-color css
<style>
a { background-color: #B47BED; }
a { background-color: rgb(180,123,237); }
div.DivClassName
{
background-color: #B47BED;
}
.BgClassName
{
background-color: #B47BED;
}
</style>
border-color css
<style>
span { border-color: #B47BED; }
span { border-color: rgb(180,123,237); }
td.TdClassName
{
border-color: #B47BED;
}
.TagClassName
{
border-color: #B47BED;
}
</style>