Shades of Fuchsia #B872B5
Tints of Fuchsia #B872B5
RGB
CMYK
RGB Variations
Color information
#B872B5 (or 0xB872B5) is known color: Fuchsia. HEX triplet: B8, 72 and B5. RGB value is (184,114,181). Sum of RGB (Red+Green+Blue) = 184+114+181=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 184 - color contains mainly: red. Hex color #B872B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872B5 is #478D4A. Grayscale: #8E8E8E. Windows color (decimal): -4689227 or 11891384. OLE color: 11891384.
HSL color Cylindrical-coordinate representation of color #B872B5: hue angle of 302.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 #B872B5 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 181 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.28 |
| HSL | 302.57º | 0.33% | 0.58% | - |
| HSV(B) | 302.57º | 0.38% | 0.72% | - |
| XYZ | 34.12 | 25.56 | 46.85 | - |
| YUV | 142.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 181 | 0 | 0.38 | 0.02 | 0.28 | 302.57 | 0.33 | 0.58 |
| Hex | B8 | 72 | B5 | 0 | 26 | 2 | 1C | 12F | 21 | 3A |
| Octal | 270 | 162 | 265 | 0 | 46 | 2 | 34 | 457 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10110101 | 0 | 100110 | 10 | 11100 | 100101111 | 100001 | 111010 |
Color Harmonies of #B872B5
Complementary color
Monochromatic Colors of #B872B5
Black with #B872B5
Text Example
Text Example
White with #B872B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872B5; }
p { color: rgb(184,114,181); }
H1.HeaderClassName
{
color: #B872B5;
}
.AnyTagClassName
{
color: #B872B5;
}
</style>
background-color css
<style>
a { background-color: #B872B5; }
a { background-color: rgb(184,114,181); }
div.DivClassName
{
background-color: #B872B5;
}
.BgClassName
{
background-color: #B872B5;
}
</style>
border-color css
<style>
span { border-color: #B872B5; }
span { border-color: rgb(184,114,181); }
td.TdClassName
{
border-color: #B872B5;
}
.TagClassName
{
border-color: #B872B5;
}
</style>