Shades of Medium Purple #B479FE
Tints of Medium Purple #B479FE
RGB
CMYK
RGB Variations
Color information
#B479FE (or 0xB479FE) is known color: Medium Purple. HEX triplet: B4, 79 and FE. RGB value is (180,121,254). Sum of RGB (Red+Green+Blue) = 180+121+254=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #B479FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B479FE is #4B8601. Grayscale: #999999. Windows color (decimal): -4949506 or 16677300. OLE color: 16677300.
HSL color Cylindrical-coordinate representation of color #B479FE: hue angle of 266.62º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B479FE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 121 | 254 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.00 |
| HSL | 266.62º | 0.99% | 0.74% | - |
| HSV(B) | 266.62º | 0.52% | 1% | - |
| XYZ | 43.55 | 30.53 | 97.36 | - |
| YUV | 153.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 121 | 254 | 0.29 | 0.52 | 0 | 0.00 | 266.62 | 0.99 | 0.74 |
| Hex | B4 | 79 | FE | 1D | 34 | 0 | 0 | 10B | 63 | 4A |
| Octal | 264 | 171 | 376 | 35 | 64 | 0 | 0 | 413 | 143 | 112 |
| Binary | 10110100 | 1111001 | 11111110 | 11101 | 110100 | 0 | 0 | 100001011 | 1100011 | 1001010 |
Color Harmonies of #B479FE
Complementary color
Monochromatic Colors of #B479FE
Black with #B479FE
Text Example
Text Example
White with #B479FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B479FE; }
p { color: rgb(180,121,254); }
H1.HeaderClassName
{
color: #B479FE;
}
.AnyTagClassName
{
color: #B479FE;
}
</style>
background-color css
<style>
a { background-color: #B479FE; }
a { background-color: rgb(180,121,254); }
div.DivClassName
{
background-color: #B479FE;
}
.BgClassName
{
background-color: #B479FE;
}
</style>
border-color css
<style>
span { border-color: #B479FE; }
span { border-color: rgb(180,121,254); }
td.TdClassName
{
border-color: #B479FE;
}
.TagClassName
{
border-color: #B479FE;
}
</style>