Shades of Fuchsia #B231AF
Tints of Fuchsia #B231AF
RGB
CMYK
RGB Variations
Color information
#B231AF (or 0xB231AF) is known color: Fuchsia. HEX triplet: B2, 31 and AF. RGB value is (178,49,175). Sum of RGB (Red+Green+Blue) = 178+49+175=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B231AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B231AF is #4DCE50. Grayscale: #656565. Windows color (decimal): -5099089 or 11481522. OLE color: 11481522.
HSL color Cylindrical-coordinate representation of color #B231AF: hue angle of 301.4º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B231AF is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 175 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.30 |
| HSL | 301.4º | 0.57% | 0.45% | - |
| HSV(B) | 301.4º | 0.72% | 0.7% | - |
| XYZ | 27.2 | 14.76 | 41.97 | - |
| YUV | 101.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 175 | 0 | 0.72 | 0.02 | 0.30 | 301.4 | 0.57 | 0.45 |
| Hex | B2 | 31 | AF | 0 | 48 | 2 | 1E | 12D | 39 | 2D |
| Octal | 262 | 61 | 257 | 0 | 110 | 2 | 36 | 455 | 71 | 55 |
| Binary | 10110010 | 110001 | 10101111 | 0 | 1001000 | 10 | 11110 | 100101101 | 111001 | 101101 |
Color Harmonies of #B231AF
Complementary color
Monochromatic Colors of #B231AF
Black with #B231AF
Text Example
Text Example
White with #B231AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231AF; }
p { color: rgb(178,49,175); }
H1.HeaderClassName
{
color: #B231AF;
}
.AnyTagClassName
{
color: #B231AF;
}
</style>
background-color css
<style>
a { background-color: #B231AF; }
a { background-color: rgb(178,49,175); }
div.DivClassName
{
background-color: #B231AF;
}
.BgClassName
{
background-color: #B231AF;
}
</style>
border-color css
<style>
span { border-color: #B231AF; }
span { border-color: rgb(178,49,175); }
td.TdClassName
{
border-color: #B231AF;
}
.TagClassName
{
border-color: #B231AF;
}
</style>