Shades of Fuchsia #B659B4
Tints of Fuchsia #B659B4
RGB
CMYK
RGB Variations
Color information
#B659B4 (or 0xB659B4) is known color: Fuchsia. HEX triplet: B6, 59 and B4. RGB value is (182,89,180). Sum of RGB (Red+Green+Blue) = 182+89+180=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B659B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B659B4 is #49A64B. Grayscale: #7E7E7E. Windows color (decimal): -4826700 or 11819446. OLE color: 11819446.
HSL color Cylindrical-coordinate representation of color #B659B4: hue angle of 301.29º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B659B4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 180 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.29 |
| HSL | 301.29º | 0.39% | 0.53% | - |
| HSV(B) | 301.29º | 0.51% | 0.71% | - |
| XYZ | 31.1 | 20.39 | 45.48 | - |
| YUV | 127.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 180 | 0 | 0.51 | 0.01 | 0.29 | 301.29 | 0.39 | 0.53 |
| Hex | B6 | 59 | B4 | 0 | 33 | 1 | 1D | 12D | 27 | 35 |
| Octal | 266 | 131 | 264 | 0 | 63 | 1 | 35 | 455 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10110100 | 0 | 110011 | 1 | 11101 | 100101101 | 100111 | 110101 |
Color Harmonies of #B659B4
Complementary color
Monochromatic Colors of #B659B4
Black with #B659B4
Text Example
Text Example
White with #B659B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659B4; }
p { color: rgb(182,89,180); }
H1.HeaderClassName
{
color: #B659B4;
}
.AnyTagClassName
{
color: #B659B4;
}
</style>
background-color css
<style>
a { background-color: #B659B4; }
a { background-color: rgb(182,89,180); }
div.DivClassName
{
background-color: #B659B4;
}
.BgClassName
{
background-color: #B659B4;
}
</style>
border-color css
<style>
span { border-color: #B659B4; }
span { border-color: rgb(182,89,180); }
td.TdClassName
{
border-color: #B659B4;
}
.TagClassName
{
border-color: #B659B4;
}
</style>