Shades of Fuchsia #B352B2
Tints of Fuchsia #B352B2
RGB
CMYK
RGB Variations
Color information
#B352B2 (or 0xB352B2) is known color: Fuchsia. HEX triplet: B3, 52 and B2. RGB value is (179,82,178). Sum of RGB (Red+Green+Blue) = 179+82+178=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B352B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B352B2 is #4CAD4D. Grayscale: #797979. Windows color (decimal): -5025102 or 11686579. OLE color: 11686579.
HSL color Cylindrical-coordinate representation of color #B352B2: hue angle of 300.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B352B2 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 178 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.30 |
| HSL | 300.62º | 0.39% | 0.51% | - |
| HSV(B) | 300.62º | 0.54% | 0.7% | - |
| XYZ | 29.64 | 18.83 | 44.19 | - |
| YUV | 121.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 178 | 0 | 0.54 | 0.01 | 0.30 | 300.62 | 0.39 | 0.51 |
| Hex | B3 | 52 | B2 | 0 | 36 | 1 | 1E | 12D | 27 | 33 |
| Octal | 263 | 122 | 262 | 0 | 66 | 1 | 36 | 455 | 47 | 63 |
| Binary | 10110011 | 1010010 | 10110010 | 0 | 110110 | 1 | 11110 | 100101101 | 100111 | 110011 |
Color Harmonies of #B352B2
Complementary color
Monochromatic Colors of #B352B2
Black with #B352B2
Text Example
Text Example
White with #B352B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B352B2; }
p { color: rgb(179,82,178); }
H1.HeaderClassName
{
color: #B352B2;
}
.AnyTagClassName
{
color: #B352B2;
}
</style>
background-color css
<style>
a { background-color: #B352B2; }
a { background-color: rgb(179,82,178); }
div.DivClassName
{
background-color: #B352B2;
}
.BgClassName
{
background-color: #B352B2;
}
</style>
border-color css
<style>
span { border-color: #B352B2; }
span { border-color: rgb(179,82,178); }
td.TdClassName
{
border-color: #B352B2;
}
.TagClassName
{
border-color: #B352B2;
}
</style>