Shades of Fuchsia #B728B8
Tints of Fuchsia #B728B8
RGB
CMYK
RGB Variations
Color information
#B728B8 (or 0xB728B8) is known color: Fuchsia. HEX triplet: B7, 28 and B8. RGB value is (183,40,184). Sum of RGB (Red+Green+Blue) = 183+40+184=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 184 - color contains mainly: blue. Hex color #B728B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728B8 is #48D747. Grayscale: #626262. Windows color (decimal): -4773704 or 12069047. OLE color: 12069047.
HSL color Cylindrical-coordinate representation of color #B728B8: hue angle of 299.58º 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 #B728B8 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 184 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.28 |
| HSL | 299.58º | 0.64% | 0.44% | - |
| HSV(B) | 299.58º | 0.78% | 0.72% | - |
| XYZ | 28.94 | 15.05 | 46.73 | - |
| YUV | 99.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 184 | 0.01 | 0.78 | 0 | 0.28 | 299.58 | 0.64 | 0.44 |
| Hex | B7 | 28 | B8 | 1 | 4E | 0 | 1C | 12C | 40 | 2C |
| Octal | 267 | 50 | 270 | 1 | 116 | 0 | 34 | 454 | 100 | 54 |
| Binary | 10110111 | 101000 | 10111000 | 1 | 1001110 | 0 | 11100 | 100101100 | 1000000 | 101100 |
Color Harmonies of #B728B8
Complementary color
Monochromatic Colors of #B728B8
Black with #B728B8
Text Example
Text Example
White with #B728B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728B8; }
p { color: rgb(183,40,184); }
H1.HeaderClassName
{
color: #B728B8;
}
.AnyTagClassName
{
color: #B728B8;
}
</style>
background-color css
<style>
a { background-color: #B728B8; }
a { background-color: rgb(183,40,184); }
div.DivClassName
{
background-color: #B728B8;
}
.BgClassName
{
background-color: #B728B8;
}
</style>
border-color css
<style>
span { border-color: #B728B8; }
span { border-color: rgb(183,40,184); }
td.TdClassName
{
border-color: #B728B8;
}
.TagClassName
{
border-color: #B728B8;
}
</style>