Shades of Fuchsia #B571C1
Tints of Fuchsia #B571C1
RGB
CMYK
RGB Variations
Color information
#B571C1 (or 0xB571C1) is known color: Fuchsia. HEX triplet: B5, 71 and C1. RGB value is (181,113,193). Sum of RGB (Red+Green+Blue) = 181+113+193=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #B571C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571C1 is #4A8E3E. Grayscale: #8E8E8E. Windows color (decimal): -4886079 or 12677557. OLE color: 12677557.
HSL color Cylindrical-coordinate representation of color #B571C1: hue angle of 291º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B571C1 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 113 | 193 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.24 |
| HSL | 291º | 0.39% | 0.6% | - |
| HSV(B) | 291º | 0.41% | 0.76% | - |
| XYZ | 34.59 | 25.48 | 53.55 | - |
| YUV | 142.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 113 | 193 | 0.06 | 0.41 | 0 | 0.24 | 291 | 0.39 | 0.6 |
| Hex | B5 | 71 | C1 | 6 | 29 | 0 | 18 | 123 | 27 | 3C |
| Octal | 265 | 161 | 301 | 6 | 51 | 0 | 30 | 443 | 47 | 74 |
| Binary | 10110101 | 1110001 | 11000001 | 110 | 101001 | 0 | 11000 | 100100011 | 100111 | 111100 |
Color Harmonies of #B571C1
Complementary color
Monochromatic Colors of #B571C1
Black with #B571C1
Text Example
Text Example
White with #B571C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B571C1; }
p { color: rgb(181,113,193); }
H1.HeaderClassName
{
color: #B571C1;
}
.AnyTagClassName
{
color: #B571C1;
}
</style>
background-color css
<style>
a { background-color: #B571C1; }
a { background-color: rgb(181,113,193); }
div.DivClassName
{
background-color: #B571C1;
}
.BgClassName
{
background-color: #B571C1;
}
</style>
border-color css
<style>
span { border-color: #B571C1; }
span { border-color: rgb(181,113,193); }
td.TdClassName
{
border-color: #B571C1;
}
.TagClassName
{
border-color: #B571C1;
}
</style>