Shades of Fuchsia #B66EBD
Tints of Fuchsia #B66EBD
RGB
CMYK
RGB Variations
Color information
#B66EBD (or 0xB66EBD) is known color: Fuchsia. HEX triplet: B6, 6E and BD. RGB value is (182,110,189). Sum of RGB (Red+Green+Blue) = 182+110+189=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B66EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBD is #499142. Grayscale: #8C8C8C. Windows color (decimal): -4821315 or 12414646. OLE color: 12414646.
HSL color Cylindrical-coordinate representation of color #B66EBD: hue angle of 294.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66EBD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 110 | 189 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.26 |
| HSL | 294.68º | 0.37% | 0.59% | - |
| HSV(B) | 294.68º | 0.42% | 0.74% | - |
| XYZ | 34.05 | 24.77 | 51.13 | - |
| YUV | 140.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 189 | 0.04 | 0.42 | 0 | 0.26 | 294.68 | 0.37 | 0.59 |
| Hex | B6 | 6E | BD | 4 | 2A | 0 | 1A | 127 | 25 | 3B |
| Octal | 266 | 156 | 275 | 4 | 52 | 0 | 32 | 447 | 45 | 73 |
| Binary | 10110110 | 1101110 | 10111101 | 100 | 101010 | 0 | 11010 | 100100111 | 100101 | 111011 |
Color Harmonies of #B66EBD
Complementary color
Monochromatic Colors of #B66EBD
Black with #B66EBD
Text Example
Text Example
White with #B66EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EBD; }
p { color: rgb(182,110,189); }
H1.HeaderClassName
{
color: #B66EBD;
}
.AnyTagClassName
{
color: #B66EBD;
}
</style>
background-color css
<style>
a { background-color: #B66EBD; }
a { background-color: rgb(182,110,189); }
div.DivClassName
{
background-color: #B66EBD;
}
.BgClassName
{
background-color: #B66EBD;
}
</style>
border-color css
<style>
span { border-color: #B66EBD; }
span { border-color: rgb(182,110,189); }
td.TdClassName
{
border-color: #B66EBD;
}
.TagClassName
{
border-color: #B66EBD;
}
</style>