Shades of Fuchsia #B666AF
Tints of Fuchsia #B666AF
RGB
CMYK
RGB Variations
Color information
#B666AF (or 0xB666AF) is known color: Fuchsia. HEX triplet: B6, 66 and AF. RGB value is (182,102,175). Sum of RGB (Red+Green+Blue) = 182+102+175=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B666AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B666AF is #499950. Grayscale: #868686. Windows color (decimal): -4823377 or 11495094. OLE color: 11495094.
HSL color Cylindrical-coordinate representation of color #B666AF: hue angle of 305.25º 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 #B666AF is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 175 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.29 |
| HSL | 305.25º | 0.35% | 0.56% | - |
| HSV(B) | 305.25º | 0.44% | 0.71% | - |
| XYZ | 31.78 | 22.54 | 43.23 | - |
| YUV | 134.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 175 | 0 | 0.44 | 0.04 | 0.29 | 305.25 | 0.35 | 0.56 |
| Hex | B6 | 66 | AF | 0 | 2C | 4 | 1D | 131 | 23 | 38 |
| Octal | 266 | 146 | 257 | 0 | 54 | 4 | 35 | 461 | 43 | 70 |
| Binary | 10110110 | 1100110 | 10101111 | 0 | 101100 | 100 | 11101 | 100110001 | 100011 | 111000 |
Color Harmonies of #B666AF
Complementary color
Monochromatic Colors of #B666AF
Black with #B666AF
Text Example
Text Example
White with #B666AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666AF; }
p { color: rgb(182,102,175); }
H1.HeaderClassName
{
color: #B666AF;
}
.AnyTagClassName
{
color: #B666AF;
}
</style>
background-color css
<style>
a { background-color: #B666AF; }
a { background-color: rgb(182,102,175); }
div.DivClassName
{
background-color: #B666AF;
}
.BgClassName
{
background-color: #B666AF;
}
</style>
border-color css
<style>
span { border-color: #B666AF; }
span { border-color: rgb(182,102,175); }
td.TdClassName
{
border-color: #B666AF;
}
.TagClassName
{
border-color: #B666AF;
}
</style>