Shades of Fuchsia #B464B1
Tints of Fuchsia #B464B1
RGB
CMYK
RGB Variations
Color information
#B464B1 (or 0xB464B1) is known color: Fuchsia. HEX triplet: B4, 64 and B1. RGB value is (180,100,177). Sum of RGB (Red+Green+Blue) = 180+100+177=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B464B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464B1 is #4B9B4E. Grayscale: #848484. Windows color (decimal): -4954959 or 11625652. OLE color: 11625652.
HSL color Cylindrical-coordinate representation of color #B464B1: hue angle of 302.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B464B1 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 177 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.29 |
| HSL | 302.25º | 0.35% | 0.55% | - |
| HSV(B) | 302.25º | 0.44% | 0.71% | - |
| XYZ | 31.32 | 21.99 | 44.19 | - |
| YUV | 132.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 177 | 0 | 0.44 | 0.02 | 0.29 | 302.25 | 0.35 | 0.55 |
| Hex | B4 | 64 | B1 | 0 | 2C | 2 | 1D | 12E | 23 | 37 |
| Octal | 264 | 144 | 261 | 0 | 54 | 2 | 35 | 456 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10110001 | 0 | 101100 | 10 | 11101 | 100101110 | 100011 | 110111 |
Color Harmonies of #B464B1
Complementary color
Monochromatic Colors of #B464B1
Black with #B464B1
Text Example
Text Example
White with #B464B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464B1; }
p { color: rgb(180,100,177); }
H1.HeaderClassName
{
color: #B464B1;
}
.AnyTagClassName
{
color: #B464B1;
}
</style>
background-color css
<style>
a { background-color: #B464B1; }
a { background-color: rgb(180,100,177); }
div.DivClassName
{
background-color: #B464B1;
}
.BgClassName
{
background-color: #B464B1;
}
</style>
border-color css
<style>
span { border-color: #B464B1; }
span { border-color: rgb(180,100,177); }
td.TdClassName
{
border-color: #B464B1;
}
.TagClassName
{
border-color: #B464B1;
}
</style>