Shades of Fuchsia #B728B2
Tints of Fuchsia #B728B2
RGB
CMYK
RGB Variations
Color information
#B728B2 (or 0xB728B2) is known color: Fuchsia. HEX triplet: B7, 28 and B2. RGB value is (183,40,178). Sum of RGB (Red+Green+Blue) = 183+40+178=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 40 (16.02% from 255 or 9.98% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B728B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728B2 is #48D74D. Grayscale: #626262. Windows color (decimal): -4773710 or 11675831. OLE color: 11675831.
HSL color Cylindrical-coordinate representation of color #B728B2: hue angle of 302.1º 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 #B728B2 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 178 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.28 |
| HSL | 302.1º | 0.64% | 0.44% | - |
| HSV(B) | 302.1º | 0.78% | 0.72% | - |
| XYZ | 28.32 | 14.8 | 43.48 | - |
| YUV | 98.49 | 172.88 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 178 | 0 | 0.78 | 0.03 | 0.28 | 302.1 | 0.64 | 0.44 |
| Hex | B7 | 28 | B2 | 0 | 4E | 3 | 1C | 12E | 40 | 2C |
| Octal | 267 | 50 | 262 | 0 | 116 | 3 | 34 | 456 | 100 | 54 |
| Binary | 10110111 | 101000 | 10110010 | 0 | 1001110 | 11 | 11100 | 100101110 | 1000000 | 101100 |
Color Harmonies of #B728B2
Complementary color
Monochromatic Colors of #B728B2
Black with #B728B2
Text Example
Text Example
White with #B728B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728B2; }
p { color: rgb(183,40,178); }
H1.HeaderClassName
{
color: #B728B2;
}
.AnyTagClassName
{
color: #B728B2;
}
</style>
background-color css
<style>
a { background-color: #B728B2; }
a { background-color: rgb(183,40,178); }
div.DivClassName
{
background-color: #B728B2;
}
.BgClassName
{
background-color: #B728B2;
}
</style>
border-color css
<style>
span { border-color: #B728B2; }
span { border-color: rgb(183,40,178); }
td.TdClassName
{
border-color: #B728B2;
}
.TagClassName
{
border-color: #B728B2;
}
</style>