Shades of Fuchsia #B564B1
Tints of Fuchsia #B564B1
RGB
CMYK
RGB Variations
Color information
#B564B1 (or 0xB564B1) is known color: Fuchsia. HEX triplet: B5, 64 and B1. RGB value is (181,100,177). Sum of RGB (Red+Green+Blue) = 181+100+177=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B564B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B564B1 is #4A9B4E. Grayscale: #848484. Windows color (decimal): -4889423 or 11625653. OLE color: 11625653.
HSL color Cylindrical-coordinate representation of color #B564B1: hue angle of 302.96º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B564B1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 177 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.29 |
| HSL | 302.96º | 0.35% | 0.55% | - |
| HSV(B) | 302.96º | 0.45% | 0.71% | - |
| XYZ | 31.55 | 22.11 | 44.2 | - |
| YUV | 133 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 177 | 0 | 0.45 | 0.02 | 0.29 | 302.96 | 0.35 | 0.55 |
| Hex | B5 | 64 | B1 | 0 | 2D | 2 | 1D | 12F | 23 | 37 |
| Octal | 265 | 144 | 261 | 0 | 55 | 2 | 35 | 457 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10110001 | 0 | 101101 | 10 | 11101 | 100101111 | 100011 | 110111 |
Color Harmonies of #B564B1
Complementary color
Monochromatic Colors of #B564B1
Black with #B564B1
Text Example
Text Example
White with #B564B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564B1; }
p { color: rgb(181,100,177); }
H1.HeaderClassName
{
color: #B564B1;
}
.AnyTagClassName
{
color: #B564B1;
}
</style>
background-color css
<style>
a { background-color: #B564B1; }
a { background-color: rgb(181,100,177); }
div.DivClassName
{
background-color: #B564B1;
}
.BgClassName
{
background-color: #B564B1;
}
</style>
border-color css
<style>
span { border-color: #B564B1; }
span { border-color: rgb(181,100,177); }
td.TdClassName
{
border-color: #B564B1;
}
.TagClassName
{
border-color: #B564B1;
}
</style>