Shades of Fuchsia #B632AC
Tints of Fuchsia #B632AC
RGB
CMYK
RGB Variations
Color information
#B632AC (or 0xB632AC) is known color: Fuchsia. HEX triplet: B6, 32 and AC. RGB value is (182,50,172). Sum of RGB (Red+Green+Blue) = 182+50+172=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B632AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632AC is #49CD53. Grayscale: #676767. Windows color (decimal): -4836692 or 11285174. OLE color: 11285174.
HSL color Cylindrical-coordinate representation of color #B632AC: hue angle of 304.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B632AC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 172 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.29 |
| HSL | 304.55º | 0.57% | 0.45% | - |
| HSV(B) | 304.55º | 0.73% | 0.71% | - |
| XYZ | 27.88 | 15.2 | 40.5 | - |
| YUV | 103.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 172 | 0 | 0.73 | 0.05 | 0.29 | 304.55 | 0.57 | 0.45 |
| Hex | B6 | 32 | AC | 0 | 49 | 5 | 1D | 131 | 39 | 2D |
| Octal | 266 | 62 | 254 | 0 | 111 | 5 | 35 | 461 | 71 | 55 |
| Binary | 10110110 | 110010 | 10101100 | 0 | 1001001 | 101 | 11101 | 100110001 | 111001 | 101101 |
Color Harmonies of #B632AC
Complementary color
Monochromatic Colors of #B632AC
Black with #B632AC
Text Example
Text Example
White with #B632AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632AC; }
p { color: rgb(182,50,172); }
H1.HeaderClassName
{
color: #B632AC;
}
.AnyTagClassName
{
color: #B632AC;
}
</style>
background-color css
<style>
a { background-color: #B632AC; }
a { background-color: rgb(182,50,172); }
div.DivClassName
{
background-color: #B632AC;
}
.BgClassName
{
background-color: #B632AC;
}
</style>
border-color css
<style>
span { border-color: #B632AC; }
span { border-color: rgb(182,50,172); }
td.TdClassName
{
border-color: #B632AC;
}
.TagClassName
{
border-color: #B632AC;
}
</style>