Shades of Fuchsia #B341AB
Tints of Fuchsia #B341AB
RGB
CMYK
RGB Variations
Color information
#B341AB (or 0xB341AB) is known color: Fuchsia. HEX triplet: B3, 41 and AB. RGB value is (179,65,171). Sum of RGB (Red+Green+Blue) = 179+65+171=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B341AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341AB is #4CBE54. Grayscale: #6E6E6E. Windows color (decimal): -5029461 or 11223475. OLE color: 11223475.
HSL color Cylindrical-coordinate representation of color #B341AB: hue angle of 304.21º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B341AB is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 171 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.30 |
| HSL | 304.21º | 0.47% | 0.48% | - |
| HSV(B) | 304.21º | 0.64% | 0.7% | - |
| XYZ | 27.83 | 16.3 | 40.21 | - |
| YUV | 111.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 171 | 0 | 0.64 | 0.04 | 0.30 | 304.21 | 0.47 | 0.48 |
| Hex | B3 | 41 | AB | 0 | 40 | 4 | 1E | 130 | 2F | 30 |
| Octal | 263 | 101 | 253 | 0 | 100 | 4 | 36 | 460 | 57 | 60 |
| Binary | 10110011 | 1000001 | 10101011 | 0 | 1000000 | 100 | 11110 | 100110000 | 101111 | 110000 |
Color Harmonies of #B341AB
Complementary color
Monochromatic Colors of #B341AB
Black with #B341AB
Text Example
Text Example
White with #B341AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B341AB; }
p { color: rgb(179,65,171); }
H1.HeaderClassName
{
color: #B341AB;
}
.AnyTagClassName
{
color: #B341AB;
}
</style>
background-color css
<style>
a { background-color: #B341AB; }
a { background-color: rgb(179,65,171); }
div.DivClassName
{
background-color: #B341AB;
}
.BgClassName
{
background-color: #B341AB;
}
</style>
border-color css
<style>
span { border-color: #B341AB; }
span { border-color: rgb(179,65,171); }
td.TdClassName
{
border-color: #B341AB;
}
.TagClassName
{
border-color: #B341AB;
}
</style>