Shades of Fuchsia #B732B0
Tints of Fuchsia #B732B0
RGB
CMYK
RGB Variations
Color information
#B732B0 (or 0xB732B0) is known color: Fuchsia. HEX triplet: B7, 32 and B0. RGB value is (183,50,176). Sum of RGB (Red+Green+Blue) = 183+50+176=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B732B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732B0 is #48CD4F. Grayscale: #676767. Windows color (decimal): -4771152 or 11547319. OLE color: 11547319.
HSL color Cylindrical-coordinate representation of color #B732B0: hue angle of 303.16º 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 #B732B0 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 176 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.28 |
| HSL | 303.16º | 0.57% | 0.46% | - |
| HSV(B) | 303.16º | 0.73% | 0.72% | - |
| XYZ | 28.51 | 15.48 | 42.56 | - |
| YUV | 104.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 176 | 0 | 0.73 | 0.04 | 0.28 | 303.16 | 0.57 | 0.46 |
| Hex | B7 | 32 | B0 | 0 | 49 | 4 | 1C | 12F | 39 | 2E |
| Octal | 267 | 62 | 260 | 0 | 111 | 4 | 34 | 457 | 71 | 56 |
| Binary | 10110111 | 110010 | 10110000 | 0 | 1001001 | 100 | 11100 | 100101111 | 111001 | 101110 |
Color Harmonies of #B732B0
Complementary color
Monochromatic Colors of #B732B0
Black with #B732B0
Text Example
Text Example
White with #B732B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732B0; }
p { color: rgb(183,50,176); }
H1.HeaderClassName
{
color: #B732B0;
}
.AnyTagClassName
{
color: #B732B0;
}
</style>
background-color css
<style>
a { background-color: #B732B0; }
a { background-color: rgb(183,50,176); }
div.DivClassName
{
background-color: #B732B0;
}
.BgClassName
{
background-color: #B732B0;
}
</style>
border-color css
<style>
span { border-color: #B732B0; }
span { border-color: rgb(183,50,176); }
td.TdClassName
{
border-color: #B732B0;
}
.TagClassName
{
border-color: #B732B0;
}
</style>