Shades of Fuchsia #B728AF
Tints of Fuchsia #B728AF
RGB
CMYK
RGB Variations
Color information
#B728AF (or 0xB728AF) is known color: Fuchsia. HEX triplet: B7, 28 and AF. RGB value is (183,40,175). Sum of RGB (Red+Green+Blue) = 183+40+175=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B728AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B728AF is #48D750. Grayscale: #616161. Windows color (decimal): -4773713 or 11479223. OLE color: 11479223.
HSL color Cylindrical-coordinate representation of color #B728AF: hue angle of 303.36º 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 #B728AF is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 175 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.28 |
| HSL | 303.36º | 0.64% | 0.44% | - |
| HSV(B) | 303.36º | 0.78% | 0.72% | - |
| XYZ | 28.03 | 14.68 | 41.91 | - |
| YUV | 98.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 175 | 0 | 0.78 | 0.04 | 0.28 | 303.36 | 0.64 | 0.44 |
| Hex | B7 | 28 | AF | 0 | 4E | 4 | 1C | 12F | 40 | 2C |
| Octal | 267 | 50 | 257 | 0 | 116 | 4 | 34 | 457 | 100 | 54 |
| Binary | 10110111 | 101000 | 10101111 | 0 | 1001110 | 100 | 11100 | 100101111 | 1000000 | 101100 |
Color Harmonies of #B728AF
Complementary color
Monochromatic Colors of #B728AF
Black with #B728AF
Text Example
Text Example
White with #B728AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B728AF; }
p { color: rgb(183,40,175); }
H1.HeaderClassName
{
color: #B728AF;
}
.AnyTagClassName
{
color: #B728AF;
}
</style>
background-color css
<style>
a { background-color: #B728AF; }
a { background-color: rgb(183,40,175); }
div.DivClassName
{
background-color: #B728AF;
}
.BgClassName
{
background-color: #B728AF;
}
</style>
border-color css
<style>
span { border-color: #B728AF; }
span { border-color: rgb(183,40,175); }
td.TdClassName
{
border-color: #B728AF;
}
.TagClassName
{
border-color: #B728AF;
}
</style>