Shades of Fuchsia #B464B2
Tints of Fuchsia #B464B2
RGB
CMYK
RGB Variations
Color information
#B464B2 (or 0xB464B2) is known color: Fuchsia. HEX triplet: B4, 64 and B2. RGB value is (180,100,178). Sum of RGB (Red+Green+Blue) = 180+100+178=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B464B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464B2 is #4B9B4D. Grayscale: #848484. Windows color (decimal): -4954958 or 11691188. OLE color: 11691188.
HSL color Cylindrical-coordinate representation of color #B464B2: hue angle of 301.5º 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 #B464B2 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 178 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.29 |
| HSL | 301.5º | 0.35% | 0.55% | - |
| HSV(B) | 301.5º | 0.44% | 0.71% | - |
| XYZ | 31.42 | 22.03 | 44.72 | - |
| YUV | 132.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 178 | 0 | 0.44 | 0.01 | 0.29 | 301.5 | 0.35 | 0.55 |
| Hex | B4 | 64 | B2 | 0 | 2C | 1 | 1D | 12E | 23 | 37 |
| Octal | 264 | 144 | 262 | 0 | 54 | 1 | 35 | 456 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10110010 | 0 | 101100 | 1 | 11101 | 100101110 | 100011 | 110111 |
Color Harmonies of #B464B2
Complementary color
Monochromatic Colors of #B464B2
Black with #B464B2
Text Example
Text Example
White with #B464B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464B2; }
p { color: rgb(180,100,178); }
H1.HeaderClassName
{
color: #B464B2;
}
.AnyTagClassName
{
color: #B464B2;
}
</style>
background-color css
<style>
a { background-color: #B464B2; }
a { background-color: rgb(180,100,178); }
div.DivClassName
{
background-color: #B464B2;
}
.BgClassName
{
background-color: #B464B2;
}
</style>
border-color css
<style>
span { border-color: #B464B2; }
span { border-color: rgb(180,100,178); }
td.TdClassName
{
border-color: #B464B2;
}
.TagClassName
{
border-color: #B464B2;
}
</style>