Shades of Fuchsia #B66EBE
Tints of Fuchsia #B66EBE
RGB
CMYK
RGB Variations
Color information
#B66EBE (or 0xB66EBE) is known color: Fuchsia. HEX triplet: B6, 6E and BE. RGB value is (182,110,190). Sum of RGB (Red+Green+Blue) = 182+110+190=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #B66EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EBE is #499141. Grayscale: #8C8C8C. Windows color (decimal): -4821314 or 12480182. OLE color: 12480182.
HSL color Cylindrical-coordinate representation of color #B66EBE: hue angle of 294º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66EBE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 110 | 190 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.25 |
| HSL | 294º | 0.38% | 0.59% | - |
| HSV(B) | 294º | 0.42% | 0.75% | - |
| XYZ | 34.16 | 24.81 | 51.7 | - |
| YUV | 140.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 190 | 0.04 | 0.42 | 0 | 0.25 | 294 | 0.38 | 0.59 |
| Hex | B6 | 6E | BE | 4 | 2A | 0 | 19 | 126 | 26 | 3B |
| Octal | 266 | 156 | 276 | 4 | 52 | 0 | 31 | 446 | 46 | 73 |
| Binary | 10110110 | 1101110 | 10111110 | 100 | 101010 | 0 | 11001 | 100100110 | 100110 | 111011 |
Color Harmonies of #B66EBE
Complementary color
Monochromatic Colors of #B66EBE
Black with #B66EBE
Text Example
Text Example
White with #B66EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66EBE; }
p { color: rgb(182,110,190); }
H1.HeaderClassName
{
color: #B66EBE;
}
.AnyTagClassName
{
color: #B66EBE;
}
</style>
background-color css
<style>
a { background-color: #B66EBE; }
a { background-color: rgb(182,110,190); }
div.DivClassName
{
background-color: #B66EBE;
}
.BgClassName
{
background-color: #B66EBE;
}
</style>
border-color css
<style>
span { border-color: #B66EBE; }
span { border-color: rgb(182,110,190); }
td.TdClassName
{
border-color: #B66EBE;
}
.TagClassName
{
border-color: #B66EBE;
}
</style>