Shades of Fuchsia #B464BB
Tints of Fuchsia #B464BB
RGB
CMYK
RGB Variations
Color information
#B464BB (or 0xB464BB) is known color: Fuchsia. HEX triplet: B4, 64 and BB. RGB value is (180,100,187). Sum of RGB (Red+Green+Blue) = 180+100+187=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B464BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464BB is #4B9B44. Grayscale: #858585. Windows color (decimal): -4954949 or 12281012. OLE color: 12281012.
HSL color Cylindrical-coordinate representation of color #B464BB: hue angle of 295.17º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B464BB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 100 | 187 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.27 |
| HSL | 295.17º | 0.39% | 0.56% | - |
| HSV(B) | 295.17º | 0.47% | 0.73% | - |
| XYZ | 32.35 | 22.41 | 49.63 | - |
| YUV | 133.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 187 | 0.04 | 0.47 | 0 | 0.27 | 295.17 | 0.39 | 0.56 |
| Hex | B4 | 64 | BB | 4 | 2F | 0 | 1B | 127 | 27 | 38 |
| Octal | 264 | 144 | 273 | 4 | 57 | 0 | 33 | 447 | 47 | 70 |
| Binary | 10110100 | 1100100 | 10111011 | 100 | 101111 | 0 | 11011 | 100100111 | 100111 | 111000 |
Color Harmonies of #B464BB
Complementary color
Monochromatic Colors of #B464BB
Black with #B464BB
Text Example
Text Example
White with #B464BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464BB; }
p { color: rgb(180,100,187); }
H1.HeaderClassName
{
color: #B464BB;
}
.AnyTagClassName
{
color: #B464BB;
}
</style>
background-color css
<style>
a { background-color: #B464BB; }
a { background-color: rgb(180,100,187); }
div.DivClassName
{
background-color: #B464BB;
}
.BgClassName
{
background-color: #B464BB;
}
</style>
border-color css
<style>
span { border-color: #B464BB; }
span { border-color: rgb(180,100,187); }
td.TdClassName
{
border-color: #B464BB;
}
.TagClassName
{
border-color: #B464BB;
}
</style>