Shades of Fuchsia #B564B3
Tints of Fuchsia #B564B3
RGB
CMYK
RGB Variations
Color information
#B564B3 (or 0xB564B3) is known color: Fuchsia. HEX triplet: B5, 64 and B3. RGB value is (181,100,179). Sum of RGB (Red+Green+Blue) = 181+100+179=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B564B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564B3 is #4A9B4C. Grayscale: #848484. Windows color (decimal): -4889421 or 11756725. OLE color: 11756725.
HSL color Cylindrical-coordinate representation of color #B564B3: hue angle of 301.48º 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 #B564B3 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 179 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.29 |
| HSL | 301.48º | 0.35% | 0.55% | - |
| HSV(B) | 301.48º | 0.45% | 0.71% | - |
| XYZ | 31.75 | 22.19 | 45.26 | - |
| YUV | 133.23 | 153.84 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 179 | 0 | 0.45 | 0.01 | 0.29 | 301.48 | 0.35 | 0.55 |
| Hex | B5 | 64 | B3 | 0 | 2D | 1 | 1D | 12D | 23 | 37 |
| Octal | 265 | 144 | 263 | 0 | 55 | 1 | 35 | 455 | 43 | 67 |
| Binary | 10110101 | 1100100 | 10110011 | 0 | 101101 | 1 | 11101 | 100101101 | 100011 | 110111 |
Color Harmonies of #B564B3
Complementary color
Monochromatic Colors of #B564B3
Black with #B564B3
Text Example
Text Example
White with #B564B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564B3; }
p { color: rgb(181,100,179); }
H1.HeaderClassName
{
color: #B564B3;
}
.AnyTagClassName
{
color: #B564B3;
}
</style>
background-color css
<style>
a { background-color: #B564B3; }
a { background-color: rgb(181,100,179); }
div.DivClassName
{
background-color: #B564B3;
}
.BgClassName
{
background-color: #B564B3;
}
</style>
border-color css
<style>
span { border-color: #B564B3; }
span { border-color: rgb(181,100,179); }
td.TdClassName
{
border-color: #B564B3;
}
.TagClassName
{
border-color: #B564B3;
}
</style>