Shades of Medium Purple #B473FE
Tints of Medium Purple #B473FE
RGB
CMYK
RGB Variations
Color information
#B473FE (or 0xB473FE) is known color: Medium Purple. HEX triplet: B4, 73 and FE. RGB value is (180,115,254). Sum of RGB (Red+Green+Blue) = 180+115+254=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B473FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B473FE is #4B8C01. Grayscale: #959595. Windows color (decimal): -4951042 or 16675764. OLE color: 16675764.
HSL color Cylindrical-coordinate representation of color #B473FE: hue angle of 268.06º 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 #B473FE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 115 | 254 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.00 |
| HSL | 268.06º | 0.99% | 0.72% | - |
| HSV(B) | 268.06º | 0.55% | 1% | - |
| XYZ | 42.84 | 29.12 | 97.13 | - |
| YUV | 150.28 | 186.53 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 254 | 0.29 | 0.55 | 0 | 0.00 | 268.06 | 0.99 | 0.72 |
| Hex | B4 | 73 | FE | 1D | 37 | 0 | 0 | 10C | 63 | 48 |
| Octal | 264 | 163 | 376 | 35 | 67 | 0 | 0 | 414 | 143 | 110 |
| Binary | 10110100 | 1110011 | 11111110 | 11101 | 110111 | 0 | 0 | 100001100 | 1100011 | 1001000 |
Color Harmonies of #B473FE
Complementary color
Monochromatic Colors of #B473FE
Black with #B473FE
Text Example
Text Example
White with #B473FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473FE; }
p { color: rgb(180,115,254); }
H1.HeaderClassName
{
color: #B473FE;
}
.AnyTagClassName
{
color: #B473FE;
}
</style>
background-color css
<style>
a { background-color: #B473FE; }
a { background-color: rgb(180,115,254); }
div.DivClassName
{
background-color: #B473FE;
}
.BgClassName
{
background-color: #B473FE;
}
</style>
border-color css
<style>
span { border-color: #B473FE; }
span { border-color: rgb(180,115,254); }
td.TdClassName
{
border-color: #B473FE;
}
.TagClassName
{
border-color: #B473FE;
}
</style>