Shades of Fuchsia #B732B2
Tints of Fuchsia #B732B2
RGB
CMYK
RGB Variations
Color information
#B732B2 (or 0xB732B2) is known color: Fuchsia. HEX triplet: B7, 32 and B2. RGB value is (183,50,178). Sum of RGB (Red+Green+Blue) = 183+50+178=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B732B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732B2 is #48CD4D. Grayscale: #676767. Windows color (decimal): -4771150 or 11678391. OLE color: 11678391.
HSL color Cylindrical-coordinate representation of color #B732B2: hue angle of 302.26º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B732B2 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 178 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.28 |
| HSL | 302.26º | 0.57% | 0.46% | - |
| HSV(B) | 302.26º | 0.73% | 0.72% | - |
| XYZ | 28.7 | 15.56 | 43.61 | - |
| YUV | 104.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 178 | 0 | 0.73 | 0.03 | 0.28 | 302.26 | 0.57 | 0.46 |
| Hex | B7 | 32 | B2 | 0 | 49 | 3 | 1C | 12E | 39 | 2E |
| Octal | 267 | 62 | 262 | 0 | 111 | 3 | 34 | 456 | 71 | 56 |
| Binary | 10110111 | 110010 | 10110010 | 0 | 1001001 | 11 | 11100 | 100101110 | 111001 | 101110 |
Color Harmonies of #B732B2
Complementary color
Monochromatic Colors of #B732B2
Black with #B732B2
Text Example
Text Example
White with #B732B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732B2; }
p { color: rgb(183,50,178); }
H1.HeaderClassName
{
color: #B732B2;
}
.AnyTagClassName
{
color: #B732B2;
}
</style>
background-color css
<style>
a { background-color: #B732B2; }
a { background-color: rgb(183,50,178); }
div.DivClassName
{
background-color: #B732B2;
}
.BgClassName
{
background-color: #B732B2;
}
</style>
border-color css
<style>
span { border-color: #B732B2; }
span { border-color: rgb(183,50,178); }
td.TdClassName
{
border-color: #B732B2;
}
.TagClassName
{
border-color: #B732B2;
}
</style>