Shades of Fuchsia #B143AC
Tints of Fuchsia #B143AC
RGB
CMYK
RGB Variations
Color information
#B143AC (or 0xB143AC) is known color: Fuchsia. HEX triplet: B1, 43 and AC. RGB value is (177,67,172). Sum of RGB (Red+Green+Blue) = 177+67+172=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B143AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B143AC is #4EBC53. Grayscale: #6F6F6F. Windows color (decimal): -5160020 or 11289521. OLE color: 11289521.
HSL color Cylindrical-coordinate representation of color #B143AC: hue angle of 302.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B143AC is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 172 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.31 |
| HSL | 302.73º | 0.45% | 0.48% | - |
| HSV(B) | 302.73º | 0.62% | 0.69% | - |
| XYZ | 27.59 | 16.34 | 40.73 | - |
| YUV | 111.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 172 | 0 | 0.62 | 0.03 | 0.31 | 302.73 | 0.45 | 0.48 |
| Hex | B1 | 43 | AC | 0 | 3E | 3 | 1F | 12F | 2D | 30 |
| Octal | 261 | 103 | 254 | 0 | 76 | 3 | 37 | 457 | 55 | 60 |
| Binary | 10110001 | 1000011 | 10101100 | 0 | 111110 | 11 | 11111 | 100101111 | 101101 | 110000 |
Color Harmonies of #B143AC
Complementary color
Monochromatic Colors of #B143AC
Black with #B143AC
Text Example
Text Example
White with #B143AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143AC; }
p { color: rgb(177,67,172); }
H1.HeaderClassName
{
color: #B143AC;
}
.AnyTagClassName
{
color: #B143AC;
}
</style>
background-color css
<style>
a { background-color: #B143AC; }
a { background-color: rgb(177,67,172); }
div.DivClassName
{
background-color: #B143AC;
}
.BgClassName
{
background-color: #B143AC;
}
</style>
border-color css
<style>
span { border-color: #B143AC; }
span { border-color: rgb(177,67,172); }
td.TdClassName
{
border-color: #B143AC;
}
.TagClassName
{
border-color: #B143AC;
}
</style>