Shades of Fuchsia #B531B3
Tints of Fuchsia #B531B3
RGB
CMYK
RGB Variations
Color information
#B531B3 (or 0xB531B3) is known color: Fuchsia. HEX triplet: B5, 31 and B3. RGB value is (181,49,179). Sum of RGB (Red+Green+Blue) = 181+49+179=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B531B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531B3 is #4ACE4C. Grayscale: #666666. Windows color (decimal): -4902477 or 11743669. OLE color: 11743669.
HSL color Cylindrical-coordinate representation of color #B531B3: hue angle of 300.91º 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 #B531B3 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 179 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.29 |
| HSL | 300.91º | 0.57% | 0.45% | - |
| HSV(B) | 300.91º | 0.73% | 0.71% | - |
| XYZ | 28.29 | 15.28 | 44.11 | - |
| YUV | 103.29 | 170.73 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 179 | 0 | 0.73 | 0.01 | 0.29 | 300.91 | 0.57 | 0.45 |
| Hex | B5 | 31 | B3 | 0 | 49 | 1 | 1D | 12D | 39 | 2D |
| Octal | 265 | 61 | 263 | 0 | 111 | 1 | 35 | 455 | 71 | 55 |
| Binary | 10110101 | 110001 | 10110011 | 0 | 1001001 | 1 | 11101 | 100101101 | 111001 | 101101 |
Color Harmonies of #B531B3
Complementary color
Monochromatic Colors of #B531B3
Black with #B531B3
Text Example
Text Example
White with #B531B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B531B3; }
p { color: rgb(181,49,179); }
H1.HeaderClassName
{
color: #B531B3;
}
.AnyTagClassName
{
color: #B531B3;
}
</style>
background-color css
<style>
a { background-color: #B531B3; }
a { background-color: rgb(181,49,179); }
div.DivClassName
{
background-color: #B531B3;
}
.BgClassName
{
background-color: #B531B3;
}
</style>
border-color css
<style>
span { border-color: #B531B3; }
span { border-color: rgb(181,49,179); }
td.TdClassName
{
border-color: #B531B3;
}
.TagClassName
{
border-color: #B531B3;
}
</style>