Shades of Fuchsia #B459B2
Tints of Fuchsia #B459B2
RGB
CMYK
RGB Variations
Color information
#B459B2 (or 0xB459B2) is known color: Fuchsia. HEX triplet: B4, 59 and B2. RGB value is (180,89,178). Sum of RGB (Red+Green+Blue) = 180+89+178=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B459B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B459B2 is #4BA64D. Grayscale: #7E7E7E. Windows color (decimal): -4957774 or 11688372. OLE color: 11688372.
HSL color Cylindrical-coordinate representation of color #B459B2: hue angle of 301.32º degrees, saturation: 0.38, 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 #B459B2 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 178 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.29 |
| HSL | 301.32º | 0.38% | 0.53% | - |
| HSV(B) | 301.32º | 0.51% | 0.71% | - |
| XYZ | 30.43 | 20.06 | 44.39 | - |
| YUV | 126.36 | 157.15 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 178 | 0 | 0.51 | 0.01 | 0.29 | 301.32 | 0.38 | 0.53 |
| Hex | B4 | 59 | B2 | 0 | 33 | 1 | 1D | 12D | 26 | 35 |
| Octal | 264 | 131 | 262 | 0 | 63 | 1 | 35 | 455 | 46 | 65 |
| Binary | 10110100 | 1011001 | 10110010 | 0 | 110011 | 1 | 11101 | 100101101 | 100110 | 110101 |
Color Harmonies of #B459B2
Complementary color
Monochromatic Colors of #B459B2
Black with #B459B2
Text Example
Text Example
White with #B459B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B459B2; }
p { color: rgb(180,89,178); }
H1.HeaderClassName
{
color: #B459B2;
}
.AnyTagClassName
{
color: #B459B2;
}
</style>
background-color css
<style>
a { background-color: #B459B2; }
a { background-color: rgb(180,89,178); }
div.DivClassName
{
background-color: #B459B2;
}
.BgClassName
{
background-color: #B459B2;
}
</style>
border-color css
<style>
span { border-color: #B459B2; }
span { border-color: rgb(180,89,178); }
td.TdClassName
{
border-color: #B459B2;
}
.TagClassName
{
border-color: #B459B2;
}
</style>