Shades of Fuchsia #B132AD
Tints of Fuchsia #B132AD
RGB
CMYK
RGB Variations
Color information
#B132AD (or 0xB132AD) is known color: Fuchsia. HEX triplet: B1, 32 and AD. RGB value is (177,50,173). Sum of RGB (Red+Green+Blue) = 177+50+173=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B132AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B132AD is #4ECD52. Grayscale: #656565. Windows color (decimal): -5164371 or 11350705. OLE color: 11350705.
HSL color Cylindrical-coordinate representation of color #B132AD: hue angle of 301.89º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B132AD is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 50 | 173 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.31 |
| HSL | 301.89º | 0.56% | 0.45% | - |
| HSV(B) | 301.89º | 0.72% | 0.69% | - |
| XYZ | 26.81 | 14.65 | 40.95 | - |
| YUV | 102 | 168.08 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 173 | 0 | 0.72 | 0.02 | 0.31 | 301.89 | 0.56 | 0.45 |
| Hex | B1 | 32 | AD | 0 | 48 | 2 | 1F | 12E | 38 | 2D |
| Octal | 261 | 62 | 255 | 0 | 110 | 2 | 37 | 456 | 70 | 55 |
| Binary | 10110001 | 110010 | 10101101 | 0 | 1001000 | 10 | 11111 | 100101110 | 111000 | 101101 |
Color Harmonies of #B132AD
Complementary color
Monochromatic Colors of #B132AD
Black with #B132AD
Text Example
Text Example
White with #B132AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B132AD; }
p { color: rgb(177,50,173); }
H1.HeaderClassName
{
color: #B132AD;
}
.AnyTagClassName
{
color: #B132AD;
}
</style>
background-color css
<style>
a { background-color: #B132AD; }
a { background-color: rgb(177,50,173); }
div.DivClassName
{
background-color: #B132AD;
}
.BgClassName
{
background-color: #B132AD;
}
</style>
border-color css
<style>
span { border-color: #B132AD; }
span { border-color: rgb(177,50,173); }
td.TdClassName
{
border-color: #B132AD;
}
.TagClassName
{
border-color: #B132AD;
}
</style>