Shades of Fuchsia #B472B8
Tints of Fuchsia #B472B8
RGB
CMYK
RGB Variations
Color information
#B472B8 (or 0xB472B8) is known color: Fuchsia. HEX triplet: B4, 72 and B8. RGB value is (180,114,184). Sum of RGB (Red+Green+Blue) = 180+114+184=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 184 (72.27% from 255 or 38.49% from 478); Max value from RGB is 184 - color contains mainly: blue. Hex color #B472B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472B8 is #4B8D47. Grayscale: #8D8D8D. Windows color (decimal): -4951368 or 12087988. OLE color: 12087988.
HSL color Cylindrical-coordinate representation of color #B472B8: hue angle of 296.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B472B8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 114 | 184 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.28 |
| HSL | 296.57º | 0.33% | 0.58% | - |
| HSV(B) | 296.57º | 0.38% | 0.72% | - |
| XYZ | 33.49 | 25.2 | 48.45 | - |
| YUV | 141.71 | 151.87 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 184 | 0.02 | 0.38 | 0 | 0.28 | 296.57 | 0.33 | 0.58 |
| Hex | B4 | 72 | B8 | 2 | 26 | 0 | 1C | 129 | 21 | 3A |
| Octal | 264 | 162 | 270 | 2 | 46 | 0 | 34 | 451 | 41 | 72 |
| Binary | 10110100 | 1110010 | 10111000 | 10 | 100110 | 0 | 11100 | 100101001 | 100001 | 111010 |
Color Harmonies of #B472B8
Complementary color
Monochromatic Colors of #B472B8
Black with #B472B8
Text Example
Text Example
White with #B472B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472B8; }
p { color: rgb(180,114,184); }
H1.HeaderClassName
{
color: #B472B8;
}
.AnyTagClassName
{
color: #B472B8;
}
</style>
background-color css
<style>
a { background-color: #B472B8; }
a { background-color: rgb(180,114,184); }
div.DivClassName
{
background-color: #B472B8;
}
.BgClassName
{
background-color: #B472B8;
}
</style>
border-color css
<style>
span { border-color: #B472B8; }
span { border-color: rgb(180,114,184); }
td.TdClassName
{
border-color: #B472B8;
}
.TagClassName
{
border-color: #B472B8;
}
</style>