Shades of Fuchsia #B148AD
Tints of Fuchsia #B148AD
RGB
CMYK
RGB Variations
Color information
#B148AD (or 0xB148AD) is known color: Fuchsia. HEX triplet: B1, 48 and AD. RGB value is (177,72,173). Sum of RGB (Red+Green+Blue) = 177+72+173=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B148AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148AD is #4EB752. Grayscale: #727272. Windows color (decimal): -5158739 or 11356337. OLE color: 11356337.
HSL color Cylindrical-coordinate representation of color #B148AD: hue angle of 302.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B148AD is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 173 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.31 |
| HSL | 302.29º | 0.42% | 0.49% | - |
| HSV(B) | 302.29º | 0.59% | 0.69% | - |
| XYZ | 27.99 | 17 | 41.34 | - |
| YUV | 114.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 173 | 0 | 0.59 | 0.02 | 0.31 | 302.29 | 0.42 | 0.49 |
| Hex | B1 | 48 | AD | 0 | 3B | 2 | 1F | 12E | 2A | 31 |
| Octal | 261 | 110 | 255 | 0 | 73 | 2 | 37 | 456 | 52 | 61 |
| Binary | 10110001 | 1001000 | 10101101 | 0 | 111011 | 10 | 11111 | 100101110 | 101010 | 110001 |
Color Harmonies of #B148AD
Complementary color
Monochromatic Colors of #B148AD
Black with #B148AD
Text Example
Text Example
White with #B148AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148AD; }
p { color: rgb(177,72,173); }
H1.HeaderClassName
{
color: #B148AD;
}
.AnyTagClassName
{
color: #B148AD;
}
</style>
background-color css
<style>
a { background-color: #B148AD; }
a { background-color: rgb(177,72,173); }
div.DivClassName
{
background-color: #B148AD;
}
.BgClassName
{
background-color: #B148AD;
}
</style>
border-color css
<style>
span { border-color: #B148AD; }
span { border-color: rgb(177,72,173); }
td.TdClassName
{
border-color: #B148AD;
}
.TagClassName
{
border-color: #B148AD;
}
</style>