Shades of Fuchsia #B326AD
Tints of Fuchsia #B326AD
RGB
CMYK
RGB Variations
Color information
#B326AD (or 0xB326AD) is known color: Fuchsia. HEX triplet: B3, 26 and AD. RGB value is (179,38,173). Sum of RGB (Red+Green+Blue) = 179+38+173=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B326AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B326AD is #4CD952. Grayscale: #5F5F5F. Windows color (decimal): -5036371 or 11347635. OLE color: 11347635.
HSL color Cylindrical-coordinate representation of color #B326AD: hue angle of 302.55º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B326AD is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 173 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.30 |
| HSL | 302.55º | 0.65% | 0.43% | - |
| HSV(B) | 302.55º | 0.79% | 0.7% | - |
| XYZ | 26.83 | 13.99 | 40.82 | - |
| YUV | 95.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 173 | 0 | 0.79 | 0.03 | 0.30 | 302.55 | 0.65 | 0.43 |
| Hex | B3 | 26 | AD | 0 | 4F | 3 | 1E | 12F | 41 | 2B |
| Octal | 263 | 46 | 255 | 0 | 117 | 3 | 36 | 457 | 101 | 53 |
| Binary | 10110011 | 100110 | 10101101 | 0 | 1001111 | 11 | 11110 | 100101111 | 1000001 | 101011 |
Color Harmonies of #B326AD
Complementary color
Monochromatic Colors of #B326AD
Black with #B326AD
Text Example
Text Example
White with #B326AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B326AD; }
p { color: rgb(179,38,173); }
H1.HeaderClassName
{
color: #B326AD;
}
.AnyTagClassName
{
color: #B326AD;
}
</style>
background-color css
<style>
a { background-color: #B326AD; }
a { background-color: rgb(179,38,173); }
div.DivClassName
{
background-color: #B326AD;
}
.BgClassName
{
background-color: #B326AD;
}
</style>
border-color css
<style>
span { border-color: #B326AD; }
span { border-color: rgb(179,38,173); }
td.TdClassName
{
border-color: #B326AD;
}
.TagClassName
{
border-color: #B326AD;
}
</style>