Shades of Fuchsia #B230AB
Tints of Fuchsia #B230AB
RGB
CMYK
RGB Variations
Color information
#B230AB (or 0xB230AB) is known color: Fuchsia. HEX triplet: B2, 30 and AB. RGB value is (178,48,171). Sum of RGB (Red+Green+Blue) = 178+48+171=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 178 - color contains mainly: red. Hex color #B230AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B230AB is #4DCF54. Grayscale: #646464. Windows color (decimal): -5099349 or 11219122. OLE color: 11219122.
HSL color Cylindrical-coordinate representation of color #B230AB: hue angle of 303.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B230AB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 171 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.30 |
| HSL | 303.23º | 0.58% | 0.44% | - |
| HSV(B) | 303.23º | 0.73% | 0.7% | - |
| XYZ | 26.77 | 14.52 | 39.92 | - |
| YUV | 100.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 171 | 0 | 0.73 | 0.04 | 0.30 | 303.23 | 0.58 | 0.44 |
| Hex | B2 | 30 | AB | 0 | 49 | 4 | 1E | 12F | 3A | 2C |
| Octal | 262 | 60 | 253 | 0 | 111 | 4 | 36 | 457 | 72 | 54 |
| Binary | 10110010 | 110000 | 10101011 | 0 | 1001001 | 100 | 11110 | 100101111 | 111010 | 101100 |
Color Harmonies of #B230AB
Complementary color
Monochromatic Colors of #B230AB
Black with #B230AB
Text Example
Text Example
White with #B230AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230AB; }
p { color: rgb(178,48,171); }
H1.HeaderClassName
{
color: #B230AB;
}
.AnyTagClassName
{
color: #B230AB;
}
</style>
background-color css
<style>
a { background-color: #B230AB; }
a { background-color: rgb(178,48,171); }
div.DivClassName
{
background-color: #B230AB;
}
.BgClassName
{
background-color: #B230AB;
}
</style>
border-color css
<style>
span { border-color: #B230AB; }
span { border-color: rgb(178,48,171); }
td.TdClassName
{
border-color: #B230AB;
}
.TagClassName
{
border-color: #B230AB;
}
</style>