Shades of Fuchsia #B741AB
Tints of Fuchsia #B741AB
RGB
CMYK
RGB Variations
Color information
#B741AB (or 0xB741AB) is known color: Fuchsia. HEX triplet: B7, 41 and AB. RGB value is (183,65,171). Sum of RGB (Red+Green+Blue) = 183+65+171=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AB is #48BE54. Grayscale: #707070. Windows color (decimal): -4767317 or 11223479. OLE color: 11223479.
HSL color Cylindrical-coordinate representation of color #B741AB: hue angle of 306.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B741AB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 171 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.28 |
| HSL | 306.1º | 0.48% | 0.49% | - |
| HSV(B) | 306.1º | 0.64% | 0.72% | - |
| XYZ | 28.77 | 16.79 | 40.25 | - |
| YUV | 112.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 171 | 0 | 0.64 | 0.07 | 0.28 | 306.1 | 0.48 | 0.49 |
| Hex | B7 | 41 | AB | 0 | 40 | 7 | 1C | 132 | 30 | 31 |
| Octal | 267 | 101 | 253 | 0 | 100 | 7 | 34 | 462 | 60 | 61 |
| Binary | 10110111 | 1000001 | 10101011 | 0 | 1000000 | 111 | 11100 | 100110010 | 110000 | 110001 |
Color Harmonies of #B741AB
Complementary color
Monochromatic Colors of #B741AB
Black with #B741AB
Text Example
Text Example
White with #B741AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741AB; }
p { color: rgb(183,65,171); }
H1.HeaderClassName
{
color: #B741AB;
}
.AnyTagClassName
{
color: #B741AB;
}
</style>
background-color css
<style>
a { background-color: #B741AB; }
a { background-color: rgb(183,65,171); }
div.DivClassName
{
background-color: #B741AB;
}
.BgClassName
{
background-color: #B741AB;
}
</style>
border-color css
<style>
span { border-color: #B741AB; }
span { border-color: rgb(183,65,171); }
td.TdClassName
{
border-color: #B741AB;
}
.TagClassName
{
border-color: #B741AB;
}
</style>