Shades of Fuchsia #B732B7
Tints of Fuchsia #B732B7
RGB
CMYK
RGB Variations
Color information
#B732B7 (or 0xB732B7) is known color: Fuchsia. HEX triplet: B7, 32 and B7. RGB value is (183,50,183). Sum of RGB (Red+Green+Blue) = 183+50+183=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B732B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732B7 is #48CD48. Grayscale: #686868. Windows color (decimal): -4771145 or 12006071. OLE color: 12006071.
HSL color Cylindrical-coordinate representation of color #B732B7: hue angle of 300º 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 #B732B7 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 183 | - |
| CMYK | 0 | 0.73 | 0 | 0.28 |
| HSL | 300º | 0.57% | 0.46% | - |
| HSV(B) | 300º | 0.73% | 0.72% | - |
| XYZ | 29.22 | 15.77 | 46.3 | - |
| YUV | 104.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 183 | 0 | 0.73 | 0 | 0.28 | 300 | 0.57 | 0.46 |
| Hex | B7 | 32 | B7 | 0 | 49 | 0 | 1C | 12C | 39 | 2E |
| Octal | 267 | 62 | 267 | 0 | 111 | 0 | 34 | 454 | 71 | 56 |
| Binary | 10110111 | 110010 | 10110111 | 0 | 1001001 | 0 | 11100 | 100101100 | 111001 | 101110 |
Color Harmonies of #B732B7
Complementary color
Monochromatic Colors of #B732B7
Black with #B732B7
Text Example
Text Example
White with #B732B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732B7; }
p { color: rgb(183,50,183); }
H1.HeaderClassName
{
color: #B732B7;
}
.AnyTagClassName
{
color: #B732B7;
}
</style>
background-color css
<style>
a { background-color: #B732B7; }
a { background-color: rgb(183,50,183); }
div.DivClassName
{
background-color: #B732B7;
}
.BgClassName
{
background-color: #B732B7;
}
</style>
border-color css
<style>
span { border-color: #B732B7; }
span { border-color: rgb(183,50,183); }
td.TdClassName
{
border-color: #B732B7;
}
.TagClassName
{
border-color: #B732B7;
}
</style>