Shades of Fuchsia #B666BD
Tints of Fuchsia #B666BD
RGB
CMYK
RGB Variations
Color information
#B666BD (or 0xB666BD) is known color: Fuchsia. HEX triplet: B6, 66 and BD. RGB value is (182,102,189). Sum of RGB (Red+Green+Blue) = 182+102+189=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B666BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B666BD is #499942. Grayscale: #878787. Windows color (decimal): -4823363 or 12412598. OLE color: 12412598.
HSL color Cylindrical-coordinate representation of color #B666BD: hue angle of 295.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B666BD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 102 | 189 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.26 |
| HSL | 295.17º | 0.4% | 0.57% | - |
| HSV(B) | 295.17º | 0.46% | 0.74% | - |
| XYZ | 33.23 | 23.12 | 50.86 | - |
| YUV | 135.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 189 | 0.04 | 0.46 | 0 | 0.26 | 295.17 | 0.4 | 0.57 |
| Hex | B6 | 66 | BD | 4 | 2E | 0 | 1A | 127 | 28 | 39 |
| Octal | 266 | 146 | 275 | 4 | 56 | 0 | 32 | 447 | 50 | 71 |
| Binary | 10110110 | 1100110 | 10111101 | 100 | 101110 | 0 | 11010 | 100100111 | 101000 | 111001 |
Color Harmonies of #B666BD
Complementary color
Monochromatic Colors of #B666BD
Black with #B666BD
Text Example
Text Example
White with #B666BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B666BD; }
p { color: rgb(182,102,189); }
H1.HeaderClassName
{
color: #B666BD;
}
.AnyTagClassName
{
color: #B666BD;
}
</style>
background-color css
<style>
a { background-color: #B666BD; }
a { background-color: rgb(182,102,189); }
div.DivClassName
{
background-color: #B666BD;
}
.BgClassName
{
background-color: #B666BD;
}
</style>
border-color css
<style>
span { border-color: #B666BD; }
span { border-color: rgb(182,102,189); }
td.TdClassName
{
border-color: #B666BD;
}
.TagClassName
{
border-color: #B666BD;
}
</style>