Shades of Fuchsia #B726B3
Tints of Fuchsia #B726B3
RGB
CMYK
RGB Variations
Color information
#B726B3 (or 0xB726B3) is known color: Fuchsia. HEX triplet: B7, 26 and B3. RGB value is (183,38,179). Sum of RGB (Red+Green+Blue) = 183+38+179=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B726B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B726B3 is #48D94C. Grayscale: #616161. Windows color (decimal): -4774221 or 11740855. OLE color: 11740855.
HSL color Cylindrical-coordinate representation of color #B726B3: hue angle of 301.66º 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 #B726B3 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 38 | 179 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.28 |
| HSL | 301.66º | 0.66% | 0.43% | - |
| HSV(B) | 301.66º | 0.79% | 0.72% | - |
| XYZ | 28.36 | 14.71 | 43.99 | - |
| YUV | 97.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 38 | 179 | 0 | 0.79 | 0.02 | 0.28 | 301.66 | 0.66 | 0.43 |
| Hex | B7 | 26 | B3 | 0 | 4F | 2 | 1C | 12E | 42 | 2B |
| Octal | 267 | 46 | 263 | 0 | 117 | 2 | 34 | 456 | 102 | 53 |
| Binary | 10110111 | 100110 | 10110011 | 0 | 1001111 | 10 | 11100 | 100101110 | 1000010 | 101011 |
Color Harmonies of #B726B3
Complementary color
Monochromatic Colors of #B726B3
Black with #B726B3
Text Example
Text Example
White with #B726B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B726B3; }
p { color: rgb(183,38,179); }
H1.HeaderClassName
{
color: #B726B3;
}
.AnyTagClassName
{
color: #B726B3;
}
</style>
background-color css
<style>
a { background-color: #B726B3; }
a { background-color: rgb(183,38,179); }
div.DivClassName
{
background-color: #B726B3;
}
.BgClassName
{
background-color: #B726B3;
}
</style>
border-color css
<style>
span { border-color: #B726B3; }
span { border-color: rgb(183,38,179); }
td.TdClassName
{
border-color: #B726B3;
}
.TagClassName
{
border-color: #B726B3;
}
</style>