Shades of Fuchsia #B464B0
Tints of Fuchsia #B464B0
RGB
CMYK
RGB Variations
Color information
#B464B0 (or 0xB464B0) is known color: Fuchsia. HEX triplet: B4, 64 and B0. RGB value is (180,100,176). Sum of RGB (Red+Green+Blue) = 180+100+176=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B464B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B464B0 is #4B9B4F. Grayscale: #848484. Windows color (decimal): -4954960 or 11560116. OLE color: 11560116.
HSL color Cylindrical-coordinate representation of color #B464B0: hue angle of 303º 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 #B464B0 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 100 | 176 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.29 |
| HSL | 303º | 0.35% | 0.55% | - |
| HSV(B) | 303º | 0.44% | 0.71% | - |
| XYZ | 31.22 | 21.95 | 43.67 | - |
| YUV | 132.58 | 152.5 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 176 | 0 | 0.44 | 0.02 | 0.29 | 303 | 0.35 | 0.55 |
| Hex | B4 | 64 | B0 | 0 | 2C | 2 | 1D | 12F | 23 | 37 |
| Octal | 264 | 144 | 260 | 0 | 54 | 2 | 35 | 457 | 43 | 67 |
| Binary | 10110100 | 1100100 | 10110000 | 0 | 101100 | 10 | 11101 | 100101111 | 100011 | 110111 |
Color Harmonies of #B464B0
Complementary color
Monochromatic Colors of #B464B0
Black with #B464B0
Text Example
Text Example
White with #B464B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464B0; }
p { color: rgb(180,100,176); }
H1.HeaderClassName
{
color: #B464B0;
}
.AnyTagClassName
{
color: #B464B0;
}
</style>
background-color css
<style>
a { background-color: #B464B0; }
a { background-color: rgb(180,100,176); }
div.DivClassName
{
background-color: #B464B0;
}
.BgClassName
{
background-color: #B464B0;
}
</style>
border-color css
<style>
span { border-color: #B464B0; }
span { border-color: rgb(180,100,176); }
td.TdClassName
{
border-color: #B464B0;
}
.TagClassName
{
border-color: #B464B0;
}
</style>