Shades of Fuchsia #B23BA8
Tints of Fuchsia #B23BA8
RGB
CMYK
RGB Variations
Color information
#B23BA8 (or 0xB23BA8) is known color: Fuchsia. HEX triplet: B2, 3B and A8. RGB value is (178,59,168). Sum of RGB (Red+Green+Blue) = 178+59+168=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 59 (23.44% from 255 or 14.57% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BA8 is #4DC457. Grayscale: #6A6A6A. Windows color (decimal): -5096536 or 11025330. OLE color: 11025330.
HSL color Cylindrical-coordinate representation of color #B23BA8: hue angle of 305.04º 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 #B23BA8 is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 168 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.30 |
| HSL | 305.04º | 0.5% | 0.46% | - |
| HSV(B) | 305.04º | 0.67% | 0.7% | - |
| XYZ | 26.99 | 15.42 | 38.6 | - |
| YUV | 107.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 168 | 0 | 0.67 | 0.06 | 0.30 | 305.04 | 0.5 | 0.46 |
| Hex | B2 | 3B | A8 | 0 | 43 | 6 | 1E | 131 | 32 | 2E |
| Octal | 262 | 73 | 250 | 0 | 103 | 6 | 36 | 461 | 62 | 56 |
| Binary | 10110010 | 111011 | 10101000 | 0 | 1000011 | 110 | 11110 | 100110001 | 110010 | 101110 |
Color Harmonies of #B23BA8
Complementary color
Monochromatic Colors of #B23BA8
Black with #B23BA8
Text Example
Text Example
White with #B23BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23BA8; }
p { color: rgb(178,59,168); }
H1.HeaderClassName
{
color: #B23BA8;
}
.AnyTagClassName
{
color: #B23BA8;
}
</style>
background-color css
<style>
a { background-color: #B23BA8; }
a { background-color: rgb(178,59,168); }
div.DivClassName
{
background-color: #B23BA8;
}
.BgClassName
{
background-color: #B23BA8;
}
</style>
border-color css
<style>
span { border-color: #B23BA8; }
span { border-color: rgb(178,59,168); }
td.TdClassName
{
border-color: #B23BA8;
}
.TagClassName
{
border-color: #B23BA8;
}
</style>