Shades of Fuchsia #B23BAC
Tints of Fuchsia #B23BAC
RGB
CMYK
RGB Variations
Color information
#B23BAC (or 0xB23BAC) is known color: Fuchsia. HEX triplet: B2, 3B and AC. RGB value is (178,59,172). Sum of RGB (Red+Green+Blue) = 178+59+172=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BAC is #4DC453. Grayscale: #6B6B6B. Windows color (decimal): -5096532 or 11287474. OLE color: 11287474.
HSL color Cylindrical-coordinate representation of color #B23BAC: hue angle of 303.03º degrees, saturation: 0.5, 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 #B23BAC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 172 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.30 |
| HSL | 303.03º | 0.5% | 0.46% | - |
| HSV(B) | 303.03º | 0.67% | 0.7% | - |
| XYZ | 27.37 | 15.57 | 40.59 | - |
| YUV | 107.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 172 | 0 | 0.67 | 0.03 | 0.30 | 303.03 | 0.5 | 0.46 |
| Hex | B2 | 3B | AC | 0 | 43 | 3 | 1E | 12F | 32 | 2E |
| Octal | 262 | 73 | 254 | 0 | 103 | 3 | 36 | 457 | 62 | 56 |
| Binary | 10110010 | 111011 | 10101100 | 0 | 1000011 | 11 | 11110 | 100101111 | 110010 | 101110 |
Color Harmonies of #B23BAC
Complementary color
Monochromatic Colors of #B23BAC
Black with #B23BAC
Text Example
Text Example
White with #B23BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BAC; }
p { color: rgb(178,59,172); }
H1.HeaderClassName
{
color: #B23BAC;
}
.AnyTagClassName
{
color: #B23BAC;
}
</style>
background-color css
<style>
a { background-color: #B23BAC; }
a { background-color: rgb(178,59,172); }
div.DivClassName
{
background-color: #B23BAC;
}
.BgClassName
{
background-color: #B23BAC;
}
</style>
border-color css
<style>
span { border-color: #B23BAC; }
span { border-color: rgb(178,59,172); }
td.TdClassName
{
border-color: #B23BAC;
}
.TagClassName
{
border-color: #B23BAC;
}
</style>