Shades of Fuchsia #B872B2
Tints of Fuchsia #B872B2
RGB
CMYK
RGB Variations
Color information
#B872B2 (or 0xB872B2) is known color: Fuchsia. HEX triplet: B8, 72 and B2. RGB value is (184,114,178). Sum of RGB (Red+Green+Blue) = 184+114+178=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B872B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B872B2 is #478D4D. Grayscale: #8E8E8E. Windows color (decimal): -4689230 or 11694776. OLE color: 11694776.
HSL color Cylindrical-coordinate representation of color #B872B2: hue angle of 305.14º 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 #B872B2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 114 | 178 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.28 |
| HSL | 305.14º | 0.33% | 0.58% | - |
| HSV(B) | 305.14º | 0.38% | 0.72% | - |
| XYZ | 33.82 | 25.44 | 45.25 | - |
| YUV | 142.23 | 148.19 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 178 | 0 | 0.38 | 0.03 | 0.28 | 305.14 | 0.33 | 0.58 |
| Hex | B8 | 72 | B2 | 0 | 26 | 3 | 1C | 131 | 21 | 3A |
| Octal | 270 | 162 | 262 | 0 | 46 | 3 | 34 | 461 | 41 | 72 |
| Binary | 10111000 | 1110010 | 10110010 | 0 | 100110 | 11 | 11100 | 100110001 | 100001 | 111010 |
Color Harmonies of #B872B2
Complementary color
Monochromatic Colors of #B872B2
Black with #B872B2
Text Example
Text Example
White with #B872B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872B2; }
p { color: rgb(184,114,178); }
H1.HeaderClassName
{
color: #B872B2;
}
.AnyTagClassName
{
color: #B872B2;
}
</style>
background-color css
<style>
a { background-color: #B872B2; }
a { background-color: rgb(184,114,178); }
div.DivClassName
{
background-color: #B872B2;
}
.BgClassName
{
background-color: #B872B2;
}
</style>
border-color css
<style>
span { border-color: #B872B2; }
span { border-color: rgb(184,114,178); }
td.TdClassName
{
border-color: #B872B2;
}
.TagClassName
{
border-color: #B872B2;
}
</style>