Shades of Medium Purple #B472FE
Tints of Medium Purple #B472FE
RGB
CMYK
RGB Variations
Color information
#B472FE (or 0xB472FE) is known color: Medium Purple. HEX triplet: B4, 72 and FE. RGB value is (180,114,254). Sum of RGB (Red+Green+Blue) = 180+114+254=548 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.85% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #B472FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472FE is #4B8D01. Grayscale: #959595. Windows color (decimal): -4951298 or 16675508. OLE color: 16675508.
HSL color Cylindrical-coordinate representation of color #B472FE: hue angle of 268.29º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B472FE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 114 | 254 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.00 |
| HSL | 268.29º | 0.99% | 0.72% | - |
| HSV(B) | 268.29º | 0.55% | 1% | - |
| XYZ | 42.73 | 28.89 | 97.09 | - |
| YUV | 149.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 254 | 0.29 | 0.55 | 0 | 0.00 | 268.29 | 0.99 | 0.72 |
| Hex | B4 | 72 | FE | 1D | 37 | 0 | 0 | 10C | 63 | 48 |
| Octal | 264 | 162 | 376 | 35 | 67 | 0 | 0 | 414 | 143 | 110 |
| Binary | 10110100 | 1110010 | 11111110 | 11101 | 110111 | 0 | 0 | 100001100 | 1100011 | 1001000 |
Color Harmonies of #B472FE
Complementary color
Monochromatic Colors of #B472FE
Black with #B472FE
Text Example
Text Example
White with #B472FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472FE; }
p { color: rgb(180,114,254); }
H1.HeaderClassName
{
color: #B472FE;
}
.AnyTagClassName
{
color: #B472FE;
}
</style>
background-color css
<style>
a { background-color: #B472FE; }
a { background-color: rgb(180,114,254); }
div.DivClassName
{
background-color: #B472FE;
}
.BgClassName
{
background-color: #B472FE;
}
</style>
border-color css
<style>
span { border-color: #B472FE; }
span { border-color: rgb(180,114,254); }
td.TdClassName
{
border-color: #B472FE;
}
.TagClassName
{
border-color: #B472FE;
}
</style>