Shades of Fuchsia #B666B4
Tints of Fuchsia #B666B4
RGB
CMYK
RGB Variations
Color information
#B666B4 (or 0xB666B4) is known color: Fuchsia. HEX triplet: B6, 66 and B4. RGB value is (182,102,180). Sum of RGB (Red+Green+Blue) = 182+102+180=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 182 - color contains mainly: red. Hex color #B666B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666B4 is #49994B. Grayscale: #868686. Windows color (decimal): -4823372 or 11822774. OLE color: 11822774.
HSL color Cylindrical-coordinate representation of color #B666B4: hue angle of 301.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B666B4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 180 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.29 |
| HSL | 301.5º | 0.35% | 0.56% | - |
| HSV(B) | 301.5º | 0.44% | 0.71% | - |
| XYZ | 32.28 | 22.74 | 45.87 | - |
| YUV | 134.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 180 | 0 | 0.44 | 0.01 | 0.29 | 301.5 | 0.35 | 0.56 |
| Hex | B6 | 66 | B4 | 0 | 2C | 1 | 1D | 12E | 23 | 38 |
| Octal | 266 | 146 | 264 | 0 | 54 | 1 | 35 | 456 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10110100 | 0 | 101100 | 1 | 11101 | 100101110 | 100011 | 111000 |
Color Harmonies of #B666B4
Complementary color
Monochromatic Colors of #B666B4
Black with #B666B4
Text Example
Text Example
White with #B666B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666B4; }
p { color: rgb(182,102,180); }
H1.HeaderClassName
{
color: #B666B4;
}
.AnyTagClassName
{
color: #B666B4;
}
</style>
background-color css
<style>
a { background-color: #B666B4; }
a { background-color: rgb(182,102,180); }
div.DivClassName
{
background-color: #B666B4;
}
.BgClassName
{
background-color: #B666B4;
}
</style>
border-color css
<style>
span { border-color: #B666B4; }
span { border-color: rgb(182,102,180); }
td.TdClassName
{
border-color: #B666B4;
}
.TagClassName
{
border-color: #B666B4;
}
</style>