Shades of Fuchsia #B742AA
Tints of Fuchsia #B742AA
RGB
CMYK
RGB Variations
Color information
#B742AA (or 0xB742AA) is known color: Fuchsia. HEX triplet: B7, 42 and AA. RGB value is (183,66,170). Sum of RGB (Red+Green+Blue) = 183+66+170=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B742AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742AA is #48BD55. Grayscale: #707070. Windows color (decimal): -4767062 or 11158199. OLE color: 11158199.
HSL color Cylindrical-coordinate representation of color #B742AA: hue angle of 306.67º degrees, saturation: 0.47, 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 #B742AA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 170 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.28 |
| HSL | 306.67º | 0.47% | 0.49% | - |
| HSV(B) | 306.67º | 0.64% | 0.72% | - |
| XYZ | 28.73 | 16.87 | 39.77 | - |
| YUV | 112.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 170 | 0 | 0.64 | 0.07 | 0.28 | 306.67 | 0.47 | 0.49 |
| Hex | B7 | 42 | AA | 0 | 40 | 7 | 1C | 133 | 2F | 31 |
| Octal | 267 | 102 | 252 | 0 | 100 | 7 | 34 | 463 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10101010 | 0 | 1000000 | 111 | 11100 | 100110011 | 101111 | 110001 |
Color Harmonies of #B742AA
Complementary color
Monochromatic Colors of #B742AA
Black with #B742AA
Text Example
Text Example
White with #B742AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742AA; }
p { color: rgb(183,66,170); }
H1.HeaderClassName
{
color: #B742AA;
}
.AnyTagClassName
{
color: #B742AA;
}
</style>
background-color css
<style>
a { background-color: #B742AA; }
a { background-color: rgb(183,66,170); }
div.DivClassName
{
background-color: #B742AA;
}
.BgClassName
{
background-color: #B742AA;
}
</style>
border-color css
<style>
span { border-color: #B742AA; }
span { border-color: rgb(183,66,170); }
td.TdClassName
{
border-color: #B742AA;
}
.TagClassName
{
border-color: #B742AA;
}
</style>