Shades of Fuchsia #B032B1
Tints of Fuchsia #B032B1
RGB
CMYK
RGB Variations
Color information
#B032B1 (or 0xB032B1) is known color: Fuchsia. HEX triplet: B0, 32 and B1. RGB value is (176,50,177). Sum of RGB (Red+Green+Blue) = 176+50+177=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #B032B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B032B1 is #4FCD4E. Grayscale: #656565. Windows color (decimal): -5229903 or 11612848. OLE color: 11612848.
HSL color Cylindrical-coordinate representation of color #B032B1: hue angle of 299.53º 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 #B032B1 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 177 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.31 |
| HSL | 299.53º | 0.56% | 0.45% | - |
| HSV(B) | 299.53º | 0.72% | 0.69% | - |
| XYZ | 26.98 | 14.69 | 43.01 | - |
| YUV | 102.15 | 170.24 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 177 | 0.01 | 0.72 | 0 | 0.31 | 299.53 | 0.56 | 0.45 |
| Hex | B0 | 32 | B1 | 1 | 48 | 0 | 1F | 12C | 38 | 2D |
| Octal | 260 | 62 | 261 | 1 | 110 | 0 | 37 | 454 | 70 | 55 |
| Binary | 10110000 | 110010 | 10110001 | 1 | 1001000 | 0 | 11111 | 100101100 | 111000 | 101101 |
Color Harmonies of #B032B1
Complementary color
Monochromatic Colors of #B032B1
Black with #B032B1
Text Example
Text Example
White with #B032B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B032B1; }
p { color: rgb(176,50,177); }
H1.HeaderClassName
{
color: #B032B1;
}
.AnyTagClassName
{
color: #B032B1;
}
</style>
background-color css
<style>
a { background-color: #B032B1; }
a { background-color: rgb(176,50,177); }
div.DivClassName
{
background-color: #B032B1;
}
.BgClassName
{
background-color: #B032B1;
}
</style>
border-color css
<style>
span { border-color: #B032B1; }
span { border-color: rgb(176,50,177); }
td.TdClassName
{
border-color: #B032B1;
}
.TagClassName
{
border-color: #B032B1;
}
</style>