Shades of Fuchsia #B232B7
Tints of Fuchsia #B232B7
RGB
CMYK
RGB Variations
Color information
#B232B7 (or 0xB232B7) is known color: Fuchsia. HEX triplet: B2, 32 and B7. RGB value is (178,50,183). Sum of RGB (Red+Green+Blue) = 178+50+183=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #B232B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B232B7 is #4DCD48. Grayscale: #676767. Windows color (decimal): -5098825 or 12006066. OLE color: 12006066.
HSL color Cylindrical-coordinate representation of color #B232B7: hue angle of 297.74º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B232B7 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 50 | 183 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.28 |
| HSL | 297.74º | 0.57% | 0.46% | - |
| HSV(B) | 297.74º | 0.73% | 0.72% | - |
| XYZ | 28.05 | 15.17 | 46.25 | - |
| YUV | 103.43 | 172.91 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 183 | 0.03 | 0.73 | 0 | 0.28 | 297.74 | 0.57 | 0.46 |
| Hex | B2 | 32 | B7 | 3 | 49 | 0 | 1C | 12A | 39 | 2E |
| Octal | 262 | 62 | 267 | 3 | 111 | 0 | 34 | 452 | 71 | 56 |
| Binary | 10110010 | 110010 | 10110111 | 11 | 1001001 | 0 | 11100 | 100101010 | 111001 | 101110 |
Color Harmonies of #B232B7
Complementary color
Monochromatic Colors of #B232B7
Black with #B232B7
Text Example
Text Example
White with #B232B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B232B7; }
p { color: rgb(178,50,183); }
H1.HeaderClassName
{
color: #B232B7;
}
.AnyTagClassName
{
color: #B232B7;
}
</style>
background-color css
<style>
a { background-color: #B232B7; }
a { background-color: rgb(178,50,183); }
div.DivClassName
{
background-color: #B232B7;
}
.BgClassName
{
background-color: #B232B7;
}
</style>
border-color css
<style>
span { border-color: #B232B7; }
span { border-color: rgb(178,50,183); }
td.TdClassName
{
border-color: #B232B7;
}
.TagClassName
{
border-color: #B232B7;
}
</style>