Shades of Fuchsia #B66DB4
Tints of Fuchsia #B66DB4
RGB
CMYK
RGB Variations
Color information
#B66DB4 (or 0xB66DB4) is known color: Fuchsia. HEX triplet: B6, 6D and B4. RGB value is (182,109,180). Sum of RGB (Red+Green+Blue) = 182+109+180=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DB4 is #49924B. Grayscale: #8A8A8A. Windows color (decimal): -4821580 or 11824566. OLE color: 11824566.
HSL color Cylindrical-coordinate representation of color #B66DB4: hue angle of 301.64º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66DB4 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 180 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.29 |
| HSL | 301.64º | 0.33% | 0.57% | - |
| HSV(B) | 301.64º | 0.4% | 0.71% | - |
| XYZ | 33 | 24.18 | 46.11 | - |
| YUV | 138.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 180 | 0 | 0.40 | 0.01 | 0.29 | 301.64 | 0.33 | 0.57 |
| Hex | B6 | 6D | B4 | 0 | 28 | 1 | 1D | 12E | 21 | 39 |
| Octal | 266 | 155 | 264 | 0 | 50 | 1 | 35 | 456 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10110100 | 0 | 101000 | 1 | 11101 | 100101110 | 100001 | 111001 |
Color Harmonies of #B66DB4
Complementary color
Monochromatic Colors of #B66DB4
Black with #B66DB4
Text Example
Text Example
White with #B66DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DB4; }
p { color: rgb(182,109,180); }
H1.HeaderClassName
{
color: #B66DB4;
}
.AnyTagClassName
{
color: #B66DB4;
}
</style>
background-color css
<style>
a { background-color: #B66DB4; }
a { background-color: rgb(182,109,180); }
div.DivClassName
{
background-color: #B66DB4;
}
.BgClassName
{
background-color: #B66DB4;
}
</style>
border-color css
<style>
span { border-color: #B66DB4; }
span { border-color: rgb(182,109,180); }
td.TdClassName
{
border-color: #B66DB4;
}
.TagClassName
{
border-color: #B66DB4;
}
</style>