Shades of Fuchsia #B229AC
Tints of Fuchsia #B229AC
RGB
CMYK
RGB Variations
Color information
#B229AC (or 0xB229AC) is known color: Fuchsia. HEX triplet: B2, 29 and AC. RGB value is (178,41,172). Sum of RGB (Red+Green+Blue) = 178+41+172=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B229AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B229AC is #4DD653. Grayscale: #606060. Windows color (decimal): -5101140 or 11282866. OLE color: 11282866.
HSL color Cylindrical-coordinate representation of color #B229AC: hue angle of 302.63º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B229AC is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 172 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.30 |
| HSL | 302.63º | 0.63% | 0.43% | - |
| HSV(B) | 302.63º | 0.77% | 0.7% | - |
| XYZ | 26.6 | 14.03 | 40.34 | - |
| YUV | 96.9 | 170.39 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 172 | 0 | 0.77 | 0.03 | 0.30 | 302.63 | 0.63 | 0.43 |
| Hex | B2 | 29 | AC | 0 | 4D | 3 | 1E | 12F | 3F | 2B |
| Octal | 262 | 51 | 254 | 0 | 115 | 3 | 36 | 457 | 77 | 53 |
| Binary | 10110010 | 101001 | 10101100 | 0 | 1001101 | 11 | 11110 | 100101111 | 111111 | 101011 |
Color Harmonies of #B229AC
Complementary color
Monochromatic Colors of #B229AC
Black with #B229AC
Text Example
Text Example
White with #B229AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229AC; }
p { color: rgb(178,41,172); }
H1.HeaderClassName
{
color: #B229AC;
}
.AnyTagClassName
{
color: #B229AC;
}
</style>
background-color css
<style>
a { background-color: #B229AC; }
a { background-color: rgb(178,41,172); }
div.DivClassName
{
background-color: #B229AC;
}
.BgClassName
{
background-color: #B229AC;
}
</style>
border-color css
<style>
span { border-color: #B229AC; }
span { border-color: rgb(178,41,172); }
td.TdClassName
{
border-color: #B229AC;
}
.TagClassName
{
border-color: #B229AC;
}
</style>