Shades of Fuchsia #B659B2
Tints of Fuchsia #B659B2
RGB
CMYK
RGB Variations
Color information
#B659B2 (or 0xB659B2) is known color: Fuchsia. HEX triplet: B6, 59 and B2. RGB value is (182,89,178). Sum of RGB (Red+Green+Blue) = 182+89+178=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B659B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B659B2 is #49A64D. Grayscale: #7E7E7E. Windows color (decimal): -4826702 or 11688374. OLE color: 11688374.
HSL color Cylindrical-coordinate representation of color #B659B2: hue angle of 302.58º 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 #B659B2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 89 | 178 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.29 |
| HSL | 302.58º | 0.39% | 0.53% | - |
| HSV(B) | 302.58º | 0.51% | 0.71% | - |
| XYZ | 30.9 | 20.3 | 44.41 | - |
| YUV | 126.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 89 | 178 | 0 | 0.51 | 0.02 | 0.29 | 302.58 | 0.39 | 0.53 |
| Hex | B6 | 59 | B2 | 0 | 33 | 2 | 1D | 12F | 27 | 35 |
| Octal | 266 | 131 | 262 | 0 | 63 | 2 | 35 | 457 | 47 | 65 |
| Binary | 10110110 | 1011001 | 10110010 | 0 | 110011 | 10 | 11101 | 100101111 | 100111 | 110101 |
Color Harmonies of #B659B2
Complementary color
Monochromatic Colors of #B659B2
Black with #B659B2
Text Example
Text Example
White with #B659B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B659B2; }
p { color: rgb(182,89,178); }
H1.HeaderClassName
{
color: #B659B2;
}
.AnyTagClassName
{
color: #B659B2;
}
</style>
background-color css
<style>
a { background-color: #B659B2; }
a { background-color: rgb(182,89,178); }
div.DivClassName
{
background-color: #B659B2;
}
.BgClassName
{
background-color: #B659B2;
}
</style>
border-color css
<style>
span { border-color: #B659B2; }
span { border-color: rgb(182,89,178); }
td.TdClassName
{
border-color: #B659B2;
}
.TagClassName
{
border-color: #B659B2;
}
</style>