Shades of Fuchsia #B66DB1
Tints of Fuchsia #B66DB1
RGB
CMYK
RGB Variations
Color information
#B66DB1 (or 0xB66DB1) is known color: Fuchsia. HEX triplet: B6, 6D and B1. RGB value is (182,109,177). Sum of RGB (Red+Green+Blue) = 182+109+177=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B66DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66DB1 is #49924E. Grayscale: #8A8A8A. Windows color (decimal): -4821583 or 11627958. OLE color: 11627958.
HSL color Cylindrical-coordinate representation of color #B66DB1: hue angle of 304.11º 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 #B66DB1 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 177 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.29 |
| HSL | 304.11º | 0.33% | 0.57% | - |
| HSV(B) | 304.11º | 0.4% | 0.71% | - |
| XYZ | 32.7 | 24.06 | 44.52 | - |
| YUV | 138.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 177 | 0 | 0.40 | 0.03 | 0.29 | 304.11 | 0.33 | 0.57 |
| Hex | B6 | 6D | B1 | 0 | 28 | 3 | 1D | 130 | 21 | 39 |
| Octal | 266 | 155 | 261 | 0 | 50 | 3 | 35 | 460 | 41 | 71 |
| Binary | 10110110 | 1101101 | 10110001 | 0 | 101000 | 11 | 11101 | 100110000 | 100001 | 111001 |
Color Harmonies of #B66DB1
Complementary color
Monochromatic Colors of #B66DB1
Black with #B66DB1
Text Example
Text Example
White with #B66DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DB1; }
p { color: rgb(182,109,177); }
H1.HeaderClassName
{
color: #B66DB1;
}
.AnyTagClassName
{
color: #B66DB1;
}
</style>
background-color css
<style>
a { background-color: #B66DB1; }
a { background-color: rgb(182,109,177); }
div.DivClassName
{
background-color: #B66DB1;
}
.BgClassName
{
background-color: #B66DB1;
}
</style>
border-color css
<style>
span { border-color: #B66DB1; }
span { border-color: rgb(182,109,177); }
td.TdClassName
{
border-color: #B66DB1;
}
.TagClassName
{
border-color: #B66DB1;
}
</style>