Shades of Fuchsia #B466B1
Tints of Fuchsia #B466B1
RGB
CMYK
RGB Variations
Color information
#B466B1 (or 0xB466B1) is known color: Fuchsia. HEX triplet: B4, 66 and B1. RGB value is (180,102,177). Sum of RGB (Red+Green+Blue) = 180+102+177=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B466B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466B1 is #4B994E. Grayscale: #858585. Windows color (decimal): -4954447 or 11626164. OLE color: 11626164.
HSL color Cylindrical-coordinate representation of color #B466B1: hue angle of 302.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B466B1 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 102 | 177 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.29 |
| HSL | 302.31º | 0.34% | 0.55% | - |
| HSV(B) | 302.31º | 0.43% | 0.71% | - |
| XYZ | 31.51 | 22.38 | 44.25 | - |
| YUV | 133.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 102 | 177 | 0 | 0.43 | 0.02 | 0.29 | 302.31 | 0.34 | 0.55 |
| Hex | B4 | 66 | B1 | 0 | 2B | 2 | 1D | 12E | 22 | 37 |
| Octal | 264 | 146 | 261 | 0 | 53 | 2 | 35 | 456 | 42 | 67 |
| Binary | 10110100 | 1100110 | 10110001 | 0 | 101011 | 10 | 11101 | 100101110 | 100010 | 110111 |
Color Harmonies of #B466B1
Complementary color
Monochromatic Colors of #B466B1
Black with #B466B1
Text Example
Text Example
White with #B466B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B466B1; }
p { color: rgb(180,102,177); }
H1.HeaderClassName
{
color: #B466B1;
}
.AnyTagClassName
{
color: #B466B1;
}
</style>
background-color css
<style>
a { background-color: #B466B1; }
a { background-color: rgb(180,102,177); }
div.DivClassName
{
background-color: #B466B1;
}
.BgClassName
{
background-color: #B466B1;
}
</style>
border-color css
<style>
span { border-color: #B466B1; }
span { border-color: rgb(180,102,177); }
td.TdClassName
{
border-color: #B466B1;
}
.TagClassName
{
border-color: #B466B1;
}
</style>