Shades of Fuchsia #B741AA
Tints of Fuchsia #B741AA
RGB
CMYK
RGB Variations
Color information
#B741AA (or 0xB741AA) is known color: Fuchsia. HEX triplet: B7, 41 and AA. RGB value is (183,65,170). Sum of RGB (Red+Green+Blue) = 183+65+170=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B741AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741AA is #48BE55. Grayscale: #6F6F6F. Windows color (decimal): -4767318 or 11157943. OLE color: 11157943.
HSL color Cylindrical-coordinate representation of color #B741AA: hue angle of 306.61º 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 #B741AA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 170 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.28 |
| HSL | 306.61º | 0.48% | 0.49% | - |
| HSV(B) | 306.61º | 0.64% | 0.72% | - |
| XYZ | 28.67 | 16.75 | 39.75 | - |
| YUV | 112.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 170 | 0 | 0.64 | 0.07 | 0.28 | 306.61 | 0.48 | 0.49 |
| Hex | B7 | 41 | AA | 0 | 40 | 7 | 1C | 133 | 30 | 31 |
| Octal | 267 | 101 | 252 | 0 | 100 | 7 | 34 | 463 | 60 | 61 |
| Binary | 10110111 | 1000001 | 10101010 | 0 | 1000000 | 111 | 11100 | 100110011 | 110000 | 110001 |
Color Harmonies of #B741AA
Complementary color
Monochromatic Colors of #B741AA
Black with #B741AA
Text Example
Text Example
White with #B741AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741AA; }
p { color: rgb(183,65,170); }
H1.HeaderClassName
{
color: #B741AA;
}
.AnyTagClassName
{
color: #B741AA;
}
</style>
background-color css
<style>
a { background-color: #B741AA; }
a { background-color: rgb(183,65,170); }
div.DivClassName
{
background-color: #B741AA;
}
.BgClassName
{
background-color: #B741AA;
}
</style>
border-color css
<style>
span { border-color: #B741AA; }
span { border-color: rgb(183,65,170); }
td.TdClassName
{
border-color: #B741AA;
}
.TagClassName
{
border-color: #B741AA;
}
</style>