Shades of Fuchsia #B464BA
Tints of Fuchsia #B464BA
RGB
CMYK
RGB Variations
Color information
#B464BA (or 0xB464BA) is known color: Fuchsia. HEX triplet: B4, 64 and BA. RGB value is (180,100,186). Sum of RGB (Red+Green+Blue) = 180+100+186=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B464BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464BA is #4B9B45. Grayscale: #858585. Windows color (decimal): -4954950 or 12215476. OLE color: 12215476.
HSL color Cylindrical-coordinate representation of color #B464BA: hue angle of 295.81º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B464BA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 100 | 186 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.27 |
| HSL | 295.81º | 0.38% | 0.56% | - |
| HSV(B) | 295.81º | 0.46% | 0.73% | - |
| XYZ | 32.24 | 22.36 | 49.07 | - |
| YUV | 133.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 186 | 0.03 | 0.46 | 0 | 0.27 | 295.81 | 0.38 | 0.56 |
| Hex | B4 | 64 | BA | 3 | 2E | 0 | 1B | 128 | 26 | 38 |
| Octal | 264 | 144 | 272 | 3 | 56 | 0 | 33 | 450 | 46 | 70 |
| Binary | 10110100 | 1100100 | 10111010 | 11 | 101110 | 0 | 11011 | 100101000 | 100110 | 111000 |
Color Harmonies of #B464BA
Complementary color
Monochromatic Colors of #B464BA
Black with #B464BA
Text Example
Text Example
White with #B464BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464BA; }
p { color: rgb(180,100,186); }
H1.HeaderClassName
{
color: #B464BA;
}
.AnyTagClassName
{
color: #B464BA;
}
</style>
background-color css
<style>
a { background-color: #B464BA; }
a { background-color: rgb(180,100,186); }
div.DivClassName
{
background-color: #B464BA;
}
.BgClassName
{
background-color: #B464BA;
}
</style>
border-color css
<style>
span { border-color: #B464BA; }
span { border-color: rgb(180,100,186); }
td.TdClassName
{
border-color: #B464BA;
}
.TagClassName
{
border-color: #B464BA;
}
</style>