Shades of Fuchsia #B23AAC
Tints of Fuchsia #B23AAC
RGB
CMYK
RGB Variations
Color information
#B23AAC (or 0xB23AAC) is known color: Fuchsia. HEX triplet: B2, 3A and AC. RGB value is (178,58,172). Sum of RGB (Red+Green+Blue) = 178+58+172=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B23AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23AAC is #4DC553. Grayscale: #6A6A6A. Windows color (decimal): -5096788 or 11287218. OLE color: 11287218.
HSL color Cylindrical-coordinate representation of color #B23AAC: hue angle of 303º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23AAC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 172 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.30 |
| HSL | 303º | 0.51% | 0.46% | - |
| HSV(B) | 303º | 0.67% | 0.7% | - |
| XYZ | 27.32 | 15.47 | 40.58 | - |
| YUV | 106.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 172 | 0 | 0.67 | 0.03 | 0.30 | 303 | 0.51 | 0.46 |
| Hex | B2 | 3A | AC | 0 | 43 | 3 | 1E | 12F | 33 | 2E |
| Octal | 262 | 72 | 254 | 0 | 103 | 3 | 36 | 457 | 63 | 56 |
| Binary | 10110010 | 111010 | 10101100 | 0 | 1000011 | 11 | 11110 | 100101111 | 110011 | 101110 |
Color Harmonies of #B23AAC
Complementary color
Monochromatic Colors of #B23AAC
Black with #B23AAC
Text Example
Text Example
White with #B23AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AAC; }
p { color: rgb(178,58,172); }
H1.HeaderClassName
{
color: #B23AAC;
}
.AnyTagClassName
{
color: #B23AAC;
}
</style>
background-color css
<style>
a { background-color: #B23AAC; }
a { background-color: rgb(178,58,172); }
div.DivClassName
{
background-color: #B23AAC;
}
.BgClassName
{
background-color: #B23AAC;
}
</style>
border-color css
<style>
span { border-color: #B23AAC; }
span { border-color: rgb(178,58,172); }
td.TdClassName
{
border-color: #B23AAC;
}
.TagClassName
{
border-color: #B23AAC;
}
</style>