Shades of Fuchsia #B928B0
Tints of Fuchsia #B928B0
RGB
CMYK
RGB Variations
Color information
#B928B0 (or 0xB928B0) is known color: Fuchsia. HEX triplet: B9, 28 and B0. RGB value is (185,40,176). Sum of RGB (Red+Green+Blue) = 185+40+176=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 176 (69.14% from 255 or 43.89% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B928B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B928B0 is #46D74F. Grayscale: #626262. Windows color (decimal): -4642640 or 11544761. OLE color: 11544761.
HSL color Cylindrical-coordinate representation of color #B928B0: hue angle of 303.72º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B928B0 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 176 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.27 |
| HSL | 303.72º | 0.64% | 0.44% | - |
| HSV(B) | 303.72º | 0.78% | 0.73% | - |
| XYZ | 28.6 | 14.97 | 42.46 | - |
| YUV | 98.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 176 | 0 | 0.78 | 0.05 | 0.27 | 303.72 | 0.64 | 0.44 |
| Hex | B9 | 28 | B0 | 0 | 4E | 5 | 1B | 130 | 40 | 2C |
| Octal | 271 | 50 | 260 | 0 | 116 | 5 | 33 | 460 | 100 | 54 |
| Binary | 10111001 | 101000 | 10110000 | 0 | 1001110 | 101 | 11011 | 100110000 | 1000000 | 101100 |
Color Harmonies of #B928B0
Complementary color
Monochromatic Colors of #B928B0
Black with #B928B0
Text Example
Text Example
White with #B928B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928B0; }
p { color: rgb(185,40,176); }
H1.HeaderClassName
{
color: #B928B0;
}
.AnyTagClassName
{
color: #B928B0;
}
</style>
background-color css
<style>
a { background-color: #B928B0; }
a { background-color: rgb(185,40,176); }
div.DivClassName
{
background-color: #B928B0;
}
.BgClassName
{
background-color: #B928B0;
}
</style>
border-color css
<style>
span { border-color: #B928B0; }
span { border-color: rgb(185,40,176); }
td.TdClassName
{
border-color: #B928B0;
}
.TagClassName
{
border-color: #B928B0;
}
</style>