Shades of Fuchsia #B439A7
Tints of Fuchsia #B439A7
RGB
CMYK
RGB Variations
Color information
#B439A7 (or 0xB439A7) is known color: Fuchsia. HEX triplet: B4, 39 and A7. RGB value is (180,57,167). Sum of RGB (Red+Green+Blue) = 180+57+167=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B439A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B439A7 is #4BC658. Grayscale: #6A6A6A. Windows color (decimal): -4965977 or 10959284. OLE color: 10959284.
HSL color Cylindrical-coordinate representation of color #B439A7: hue angle of 306.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B439A7 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 167 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.29 |
| HSL | 306.34º | 0.52% | 0.46% | - |
| HSV(B) | 306.34º | 0.68% | 0.71% | - |
| XYZ | 27.26 | 15.42 | 38.1 | - |
| YUV | 106.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 167 | 0 | 0.68 | 0.07 | 0.29 | 306.34 | 0.52 | 0.46 |
| Hex | B4 | 39 | A7 | 0 | 44 | 7 | 1D | 132 | 34 | 2E |
| Octal | 264 | 71 | 247 | 0 | 104 | 7 | 35 | 462 | 64 | 56 |
| Binary | 10110100 | 111001 | 10100111 | 0 | 1000100 | 111 | 11101 | 100110010 | 110100 | 101110 |
Color Harmonies of #B439A7
Complementary color
Monochromatic Colors of #B439A7
Black with #B439A7
Text Example
Text Example
White with #B439A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B439A7; }
p { color: rgb(180,57,167); }
H1.HeaderClassName
{
color: #B439A7;
}
.AnyTagClassName
{
color: #B439A7;
}
</style>
background-color css
<style>
a { background-color: #B439A7; }
a { background-color: rgb(180,57,167); }
div.DivClassName
{
background-color: #B439A7;
}
.BgClassName
{
background-color: #B439A7;
}
</style>
border-color css
<style>
span { border-color: #B439A7; }
span { border-color: rgb(180,57,167); }
td.TdClassName
{
border-color: #B439A7;
}
.TagClassName
{
border-color: #B439A7;
}
</style>