Shades of Fuchsia #B239AC
Tints of Fuchsia #B239AC
RGB
CMYK
RGB Variations
Color information
#B239AC (or 0xB239AC) is known color: Fuchsia. HEX triplet: B2, 39 and AC. RGB value is (178,57,172). Sum of RGB (Red+Green+Blue) = 178+57+172=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B239AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239AC is #4DC653. Grayscale: #696969. Windows color (decimal): -5097044 or 11286962. OLE color: 11286962.
HSL color Cylindrical-coordinate representation of color #B239AC: hue angle of 302.98º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239AC is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 172 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.30 |
| HSL | 302.98º | 0.51% | 0.46% | - |
| HSV(B) | 302.98º | 0.68% | 0.7% | - |
| XYZ | 27.27 | 15.37 | 40.56 | - |
| YUV | 106.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 172 | 0 | 0.68 | 0.03 | 0.30 | 302.98 | 0.51 | 0.46 |
| Hex | B2 | 39 | AC | 0 | 44 | 3 | 1E | 12F | 33 | 2E |
| Octal | 262 | 71 | 254 | 0 | 104 | 3 | 36 | 457 | 63 | 56 |
| Binary | 10110010 | 111001 | 10101100 | 0 | 1000100 | 11 | 11110 | 100101111 | 110011 | 101110 |
Color Harmonies of #B239AC
Complementary color
Monochromatic Colors of #B239AC
Black with #B239AC
Text Example
Text Example
White with #B239AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239AC; }
p { color: rgb(178,57,172); }
H1.HeaderClassName
{
color: #B239AC;
}
.AnyTagClassName
{
color: #B239AC;
}
</style>
background-color css
<style>
a { background-color: #B239AC; }
a { background-color: rgb(178,57,172); }
div.DivClassName
{
background-color: #B239AC;
}
.BgClassName
{
background-color: #B239AC;
}
</style>
border-color css
<style>
span { border-color: #B239AC; }
span { border-color: rgb(178,57,172); }
td.TdClassName
{
border-color: #B239AC;
}
.TagClassName
{
border-color: #B239AC;
}
</style>