Shades of Fuchsia #B141AF
Tints of Fuchsia #B141AF
RGB
CMYK
RGB Variations
Color information
#B141AF (or 0xB141AF) is known color: Fuchsia. HEX triplet: B1, 41 and AF. RGB value is (177,65,175). Sum of RGB (Red+Green+Blue) = 177+65+175=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B141AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B141AF is #4EBE50. Grayscale: #6E6E6E. Windows color (decimal): -5160529 or 11485617. OLE color: 11485617.
HSL color Cylindrical-coordinate representation of color #B141AF: hue angle of 301.07º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B141AF is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 65 | 175 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.31 |
| HSL | 301.07º | 0.46% | 0.47% | - |
| HSV(B) | 301.07º | 0.63% | 0.69% | - |
| XYZ | 27.76 | 16.22 | 42.23 | - |
| YUV | 111.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 175 | 0 | 0.63 | 0.01 | 0.31 | 301.07 | 0.46 | 0.47 |
| Hex | B1 | 41 | AF | 0 | 3F | 1 | 1F | 12D | 2E | 2F |
| Octal | 261 | 101 | 257 | 0 | 77 | 1 | 37 | 455 | 56 | 57 |
| Binary | 10110001 | 1000001 | 10101111 | 0 | 111111 | 1 | 11111 | 100101101 | 101110 | 101111 |
Color Harmonies of #B141AF
Complementary color
Monochromatic Colors of #B141AF
Black with #B141AF
Text Example
Text Example
White with #B141AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141AF; }
p { color: rgb(177,65,175); }
H1.HeaderClassName
{
color: #B141AF;
}
.AnyTagClassName
{
color: #B141AF;
}
</style>
background-color css
<style>
a { background-color: #B141AF; }
a { background-color: rgb(177,65,175); }
div.DivClassName
{
background-color: #B141AF;
}
.BgClassName
{
background-color: #B141AF;
}
</style>
border-color css
<style>
span { border-color: #B141AF; }
span { border-color: rgb(177,65,175); }
td.TdClassName
{
border-color: #B141AF;
}
.TagClassName
{
border-color: #B141AF;
}
</style>