Shades of Fuchsia #B23AB8
Tints of Fuchsia #B23AB8
RGB
CMYK
RGB Variations
Color information
#B23AB8 (or 0xB23AB8) is known color: Fuchsia. HEX triplet: B2, 3A and B8. RGB value is (178,58,184). Sum of RGB (Red+Green+Blue) = 178+58+184=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #B23AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23AB8 is #4DC547. Grayscale: #6B6B6B. Windows color (decimal): -5096776 or 12073650. OLE color: 12073650.
HSL color Cylindrical-coordinate representation of color #B23AB8: hue angle of 297.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23AB8 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 58 | 184 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.28 |
| HSL | 297.14º | 0.52% | 0.47% | - |
| HSV(B) | 297.14º | 0.68% | 0.72% | - |
| XYZ | 28.52 | 15.95 | 46.92 | - |
| YUV | 108.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 184 | 0.03 | 0.68 | 0 | 0.28 | 297.14 | 0.52 | 0.47 |
| Hex | B2 | 3A | B8 | 3 | 44 | 0 | 1C | 129 | 34 | 2F |
| Octal | 262 | 72 | 270 | 3 | 104 | 0 | 34 | 451 | 64 | 57 |
| Binary | 10110010 | 111010 | 10111000 | 11 | 1000100 | 0 | 11100 | 100101001 | 110100 | 101111 |
Color Harmonies of #B23AB8
Complementary color
Monochromatic Colors of #B23AB8
Black with #B23AB8
Text Example
Text Example
White with #B23AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23AB8; }
p { color: rgb(178,58,184); }
H1.HeaderClassName
{
color: #B23AB8;
}
.AnyTagClassName
{
color: #B23AB8;
}
</style>
background-color css
<style>
a { background-color: #B23AB8; }
a { background-color: rgb(178,58,184); }
div.DivClassName
{
background-color: #B23AB8;
}
.BgClassName
{
background-color: #B23AB8;
}
</style>
border-color css
<style>
span { border-color: #B23AB8; }
span { border-color: rgb(178,58,184); }
td.TdClassName
{
border-color: #B23AB8;
}
.TagClassName
{
border-color: #B23AB8;
}
</style>