Shades of Fuchsia #B631AC
Tints of Fuchsia #B631AC
RGB
CMYK
RGB Variations
Color information
#B631AC (or 0xB631AC) is known color: Fuchsia. HEX triplet: B6, 31 and AC. RGB value is (182,49,172). Sum of RGB (Red+Green+Blue) = 182+49+172=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B631AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B631AC is #49CE53. Grayscale: #666666. Windows color (decimal): -4836948 or 11284918. OLE color: 11284918.
HSL color Cylindrical-coordinate representation of color #B631AC: hue angle of 304.51º degrees, saturation: 0.58, 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 #B631AC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 172 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.29 |
| HSL | 304.51º | 0.58% | 0.45% | - |
| HSV(B) | 304.51º | 0.73% | 0.71% | - |
| XYZ | 27.84 | 15.12 | 40.48 | - |
| YUV | 102.79 | 167.06 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 172 | 0 | 0.73 | 0.05 | 0.29 | 304.51 | 0.58 | 0.45 |
| Hex | B6 | 31 | AC | 0 | 49 | 5 | 1D | 131 | 3A | 2D |
| Octal | 266 | 61 | 254 | 0 | 111 | 5 | 35 | 461 | 72 | 55 |
| Binary | 10110110 | 110001 | 10101100 | 0 | 1001001 | 101 | 11101 | 100110001 | 111010 | 101101 |
Color Harmonies of #B631AC
Complementary color
Monochromatic Colors of #B631AC
Black with #B631AC
Text Example
Text Example
White with #B631AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631AC; }
p { color: rgb(182,49,172); }
H1.HeaderClassName
{
color: #B631AC;
}
.AnyTagClassName
{
color: #B631AC;
}
</style>
background-color css
<style>
a { background-color: #B631AC; }
a { background-color: rgb(182,49,172); }
div.DivClassName
{
background-color: #B631AC;
}
.BgClassName
{
background-color: #B631AC;
}
</style>
border-color css
<style>
span { border-color: #B631AC; }
span { border-color: rgb(182,49,172); }
td.TdClassName
{
border-color: #B631AC;
}
.TagClassName
{
border-color: #B631AC;
}
</style>