Shades of Fuchsia #B872BE
Tints of Fuchsia #B872BE
RGB
CMYK
RGB Variations
Color information
#B872BE (or 0xB872BE) is known color: Fuchsia. HEX triplet: B8, 72 and BE. RGB value is (184,114,190). Sum of RGB (Red+Green+Blue) = 184+114+190=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B872BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872BE is #478D41. Grayscale: #8F8F8F. Windows color (decimal): -4689218 or 12481208. OLE color: 12481208.
HSL color Cylindrical-coordinate representation of color #B872BE: hue angle of 295.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B872BE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 114 | 190 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.25 |
| HSL | 295.26º | 0.37% | 0.6% | - |
| HSV(B) | 295.26º | 0.4% | 0.75% | - |
| XYZ | 35.08 | 25.94 | 51.87 | - |
| YUV | 143.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 190 | 0.03 | 0.40 | 0 | 0.25 | 295.26 | 0.37 | 0.6 |
| Hex | B8 | 72 | BE | 3 | 28 | 0 | 19 | 127 | 25 | 3C |
| Octal | 270 | 162 | 276 | 3 | 50 | 0 | 31 | 447 | 45 | 74 |
| Binary | 10111000 | 1110010 | 10111110 | 11 | 101000 | 0 | 11001 | 100100111 | 100101 | 111100 |
Color Harmonies of #B872BE
Complementary color
Monochromatic Colors of #B872BE
Black with #B872BE
Text Example
Text Example
White with #B872BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872BE; }
p { color: rgb(184,114,190); }
H1.HeaderClassName
{
color: #B872BE;
}
.AnyTagClassName
{
color: #B872BE;
}
</style>
background-color css
<style>
a { background-color: #B872BE; }
a { background-color: rgb(184,114,190); }
div.DivClassName
{
background-color: #B872BE;
}
.BgClassName
{
background-color: #B872BE;
}
</style>
border-color css
<style>
span { border-color: #B872BE; }
span { border-color: rgb(184,114,190); }
td.TdClassName
{
border-color: #B872BE;
}
.TagClassName
{
border-color: #B872BE;
}
</style>