Shades of Fuchsia #B466BB
Tints of Fuchsia #B466BB
RGB
CMYK
RGB Variations
Color information
#B466BB (or 0xB466BB) is known color: Fuchsia. HEX triplet: B4, 66 and BB. RGB value is (180,102,187). Sum of RGB (Red+Green+Blue) = 180+102+187=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #B466BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BB is #4B9944. Grayscale: #868686. Windows color (decimal): -4954437 or 12281524. OLE color: 12281524.
HSL color Cylindrical-coordinate representation of color #B466BB: hue angle of 295.06º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B466BB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 102 | 187 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.27 |
| HSL | 295.06º | 0.38% | 0.57% | - |
| HSV(B) | 295.06º | 0.45% | 0.73% | - |
| XYZ | 32.54 | 22.79 | 49.7 | - |
| YUV | 135.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 187 | 0.04 | 0.45 | 0 | 0.27 | 295.06 | 0.38 | 0.57 |
| Hex | B4 | 66 | BB | 4 | 2D | 0 | 1B | 127 | 26 | 39 |
| Octal | 264 | 146 | 273 | 4 | 55 | 0 | 33 | 447 | 46 | 71 |
| Binary | 10110100 | 1100110 | 10111011 | 100 | 101101 | 0 | 11011 | 100100111 | 100110 | 111001 |
Color Harmonies of #B466BB
Complementary color
Monochromatic Colors of #B466BB
Black with #B466BB
Text Example
Text Example
White with #B466BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466BB; }
p { color: rgb(180,102,187); }
H1.HeaderClassName
{
color: #B466BB;
}
.AnyTagClassName
{
color: #B466BB;
}
</style>
background-color css
<style>
a { background-color: #B466BB; }
a { background-color: rgb(180,102,187); }
div.DivClassName
{
background-color: #B466BB;
}
.BgClassName
{
background-color: #B466BB;
}
</style>
border-color css
<style>
span { border-color: #B466BB; }
span { border-color: rgb(180,102,187); }
td.TdClassName
{
border-color: #B466BB;
}
.TagClassName
{
border-color: #B466BB;
}
</style>