Shades of Fuchsia #B728B7
Tints of Fuchsia #B728B7
RGB
CMYK
RGB Variations
Color information
#B728B7 (or 0xB728B7) is known color: Fuchsia. HEX triplet: B7, 28 and B7. RGB value is (183,40,183). Sum of RGB (Red+Green+Blue) = 183+40+183=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B728B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728B7 is #48D748. Grayscale: #626262. Windows color (decimal): -4773705 or 12003511. OLE color: 12003511.
HSL color Cylindrical-coordinate representation of color #B728B7: hue angle of 300º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B728B7 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 183 | - |
| CMYK | 0 | 0.78 | 0 | 0.28 |
| HSL | 300º | 0.64% | 0.44% | - |
| HSV(B) | 300º | 0.78% | 0.72% | - |
| XYZ | 28.83 | 15 | 46.18 | - |
| YUV | 99.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 183 | 0 | 0.78 | 0 | 0.28 | 300 | 0.64 | 0.44 |
| Hex | B7 | 28 | B7 | 0 | 4E | 0 | 1C | 12C | 40 | 2C |
| Octal | 267 | 50 | 267 | 0 | 116 | 0 | 34 | 454 | 100 | 54 |
| Binary | 10110111 | 101000 | 10110111 | 0 | 1001110 | 0 | 11100 | 100101100 | 1000000 | 101100 |
Color Harmonies of #B728B7
Complementary color
Monochromatic Colors of #B728B7
Black with #B728B7
Text Example
Text Example
White with #B728B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728B7; }
p { color: rgb(183,40,183); }
H1.HeaderClassName
{
color: #B728B7;
}
.AnyTagClassName
{
color: #B728B7;
}
</style>
background-color css
<style>
a { background-color: #B728B7; }
a { background-color: rgb(183,40,183); }
div.DivClassName
{
background-color: #B728B7;
}
.BgClassName
{
background-color: #B728B7;
}
</style>
border-color css
<style>
span { border-color: #B728B7; }
span { border-color: rgb(183,40,183); }
td.TdClassName
{
border-color: #B728B7;
}
.TagClassName
{
border-color: #B728B7;
}
</style>