Shades of Fuchsia #B726AF
Tints of Fuchsia #B726AF
RGB
CMYK
RGB Variations
Color information
#B726AF (or 0xB726AF) is known color: Fuchsia. HEX triplet: B7, 26 and AF. RGB value is (183,38,175). Sum of RGB (Red+Green+Blue) = 183+38+175=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B726AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B726AF is #48D950. Grayscale: #606060. Windows color (decimal): -4774225 or 11478711. OLE color: 11478711.
HSL color Cylindrical-coordinate representation of color #B726AF: hue angle of 303.31º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B726AF is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 175 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.28 |
| HSL | 303.31º | 0.66% | 0.43% | - |
| HSV(B) | 303.31º | 0.79% | 0.72% | - |
| XYZ | 27.96 | 14.55 | 41.89 | - |
| YUV | 96.97 | 172.04 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 175 | 0 | 0.79 | 0.04 | 0.28 | 303.31 | 0.66 | 0.43 |
| Hex | B7 | 26 | AF | 0 | 4F | 4 | 1C | 12F | 42 | 2B |
| Octal | 267 | 46 | 257 | 0 | 117 | 4 | 34 | 457 | 102 | 53 |
| Binary | 10110111 | 100110 | 10101111 | 0 | 1001111 | 100 | 11100 | 100101111 | 1000010 | 101011 |
Color Harmonies of #B726AF
Complementary color
Monochromatic Colors of #B726AF
Black with #B726AF
Text Example
Text Example
White with #B726AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726AF; }
p { color: rgb(183,38,175); }
H1.HeaderClassName
{
color: #B726AF;
}
.AnyTagClassName
{
color: #B726AF;
}
</style>
background-color css
<style>
a { background-color: #B726AF; }
a { background-color: rgb(183,38,175); }
div.DivClassName
{
background-color: #B726AF;
}
.BgClassName
{
background-color: #B726AF;
}
</style>
border-color css
<style>
span { border-color: #B726AF; }
span { border-color: rgb(183,38,175); }
td.TdClassName
{
border-color: #B726AF;
}
.TagClassName
{
border-color: #B726AF;
}
</style>