Shades of Fuchsia #B472BD
Tints of Fuchsia #B472BD
RGB
CMYK
RGB Variations
Color information
#B472BD (or 0xB472BD) is known color: Fuchsia. HEX triplet: B4, 72 and BD. RGB value is (180,114,189). Sum of RGB (Red+Green+Blue) = 180+114+189=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #B472BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472BD is #4B8D42. Grayscale: #8E8E8E. Windows color (decimal): -4951363 or 12415668. OLE color: 12415668.
HSL color Cylindrical-coordinate representation of color #B472BD: hue angle of 292.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B472BD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 114 | 189 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.26 |
| HSL | 292.8º | 0.36% | 0.59% | - |
| HSV(B) | 292.8º | 0.4% | 0.74% | - |
| XYZ | 34.03 | 25.41 | 51.26 | - |
| YUV | 142.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 189 | 0.05 | 0.40 | 0 | 0.26 | 292.8 | 0.36 | 0.59 |
| Hex | B4 | 72 | BD | 5 | 28 | 0 | 1A | 125 | 24 | 3B |
| Octal | 264 | 162 | 275 | 5 | 50 | 0 | 32 | 445 | 44 | 73 |
| Binary | 10110100 | 1110010 | 10111101 | 101 | 101000 | 0 | 11010 | 100100101 | 100100 | 111011 |
Color Harmonies of #B472BD
Complementary color
Monochromatic Colors of #B472BD
Black with #B472BD
Text Example
Text Example
White with #B472BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472BD; }
p { color: rgb(180,114,189); }
H1.HeaderClassName
{
color: #B472BD;
}
.AnyTagClassName
{
color: #B472BD;
}
</style>
background-color css
<style>
a { background-color: #B472BD; }
a { background-color: rgb(180,114,189); }
div.DivClassName
{
background-color: #B472BD;
}
.BgClassName
{
background-color: #B472BD;
}
</style>
border-color css
<style>
span { border-color: #B472BD; }
span { border-color: rgb(180,114,189); }
td.TdClassName
{
border-color: #B472BD;
}
.TagClassName
{
border-color: #B472BD;
}
</style>