Shades of Fuchsia #B932B0
Tints of Fuchsia #B932B0
RGB
CMYK
RGB Variations
Color information
#B932B0 (or 0xB932B0) is known color: Fuchsia. HEX triplet: B9, 32 and B0. RGB value is (185,50,176). Sum of RGB (Red+Green+Blue) = 185+50+176=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B932B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B932B0 is #46CD4F. Grayscale: #686868. Windows color (decimal): -4640080 or 11547321. OLE color: 11547321.
HSL color Cylindrical-coordinate representation of color #B932B0: hue angle of 304º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B932B0 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 176 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.27 |
| HSL | 304º | 0.57% | 0.46% | - |
| HSV(B) | 304º | 0.73% | 0.73% | - |
| XYZ | 28.98 | 15.73 | 42.58 | - |
| YUV | 104.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 176 | 0 | 0.73 | 0.05 | 0.27 | 304 | 0.57 | 0.46 |
| Hex | B9 | 32 | B0 | 0 | 49 | 5 | 1B | 130 | 39 | 2E |
| Octal | 271 | 62 | 260 | 0 | 111 | 5 | 33 | 460 | 71 | 56 |
| Binary | 10111001 | 110010 | 10110000 | 0 | 1001001 | 101 | 11011 | 100110000 | 111001 | 101110 |
Color Harmonies of #B932B0
Complementary color
Monochromatic Colors of #B932B0
Black with #B932B0
Text Example
Text Example
White with #B932B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B932B0; }
p { color: rgb(185,50,176); }
H1.HeaderClassName
{
color: #B932B0;
}
.AnyTagClassName
{
color: #B932B0;
}
</style>
background-color css
<style>
a { background-color: #B932B0; }
a { background-color: rgb(185,50,176); }
div.DivClassName
{
background-color: #B932B0;
}
.BgClassName
{
background-color: #B932B0;
}
</style>
border-color css
<style>
span { border-color: #B932B0; }
span { border-color: rgb(185,50,176); }
td.TdClassName
{
border-color: #B932B0;
}
.TagClassName
{
border-color: #B932B0;
}
</style>