Shades of Fuchsia #B472BB
Tints of Fuchsia #B472BB
RGB
CMYK
RGB Variations
Color information
#B472BB (or 0xB472BB) is known color: Fuchsia. HEX triplet: B4, 72 and BB. RGB value is (180,114,187). Sum of RGB (Red+Green+Blue) = 180+114+187=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B472BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472BB is #4B8D44. Grayscale: #8D8D8D. Windows color (decimal): -4951365 or 12284596. OLE color: 12284596.
HSL color Cylindrical-coordinate representation of color #B472BB: hue angle of 294.25º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B472BB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 114 | 187 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.27 |
| HSL | 294.25º | 0.35% | 0.59% | - |
| HSV(B) | 294.25º | 0.39% | 0.73% | - |
| XYZ | 33.81 | 25.33 | 50.12 | - |
| YUV | 142.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 187 | 0.04 | 0.39 | 0 | 0.27 | 294.25 | 0.35 | 0.59 |
| Hex | B4 | 72 | BB | 4 | 27 | 0 | 1B | 126 | 23 | 3B |
| Octal | 264 | 162 | 273 | 4 | 47 | 0 | 33 | 446 | 43 | 73 |
| Binary | 10110100 | 1110010 | 10111011 | 100 | 100111 | 0 | 11011 | 100100110 | 100011 | 111011 |
Color Harmonies of #B472BB
Complementary color
Monochromatic Colors of #B472BB
Black with #B472BB
Text Example
Text Example
White with #B472BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472BB; }
p { color: rgb(180,114,187); }
H1.HeaderClassName
{
color: #B472BB;
}
.AnyTagClassName
{
color: #B472BB;
}
</style>
background-color css
<style>
a { background-color: #B472BB; }
a { background-color: rgb(180,114,187); }
div.DivClassName
{
background-color: #B472BB;
}
.BgClassName
{
background-color: #B472BB;
}
</style>
border-color css
<style>
span { border-color: #B472BB; }
span { border-color: rgb(180,114,187); }
td.TdClassName
{
border-color: #B472BB;
}
.TagClassName
{
border-color: #B472BB;
}
</style>