Shades of Fuchsia #B742A9
Tints of Fuchsia #B742A9
RGB
CMYK
RGB Variations
Color information
#B742A9 (or 0xB742A9) is known color: Fuchsia. HEX triplet: B7, 42 and A9. RGB value is (183,66,169). Sum of RGB (Red+Green+Blue) = 183+66+169=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A9 is #48BD56. Grayscale: #707070. Windows color (decimal): -4767063 or 11092663. OLE color: 11092663.
HSL color Cylindrical-coordinate representation of color #B742A9: hue angle of 307.18º 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 #B742A9 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 169 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.28 |
| HSL | 307.18º | 0.47% | 0.49% | - |
| HSV(B) | 307.18º | 0.64% | 0.72% | - |
| XYZ | 28.64 | 16.83 | 39.27 | - |
| YUV | 112.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 169 | 0 | 0.64 | 0.08 | 0.28 | 307.18 | 0.47 | 0.49 |
| Hex | B7 | 42 | A9 | 0 | 40 | 8 | 1C | 133 | 2F | 31 |
| Octal | 267 | 102 | 251 | 0 | 100 | 10 | 34 | 463 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10101001 | 0 | 1000000 | 1000 | 11100 | 100110011 | 101111 | 110001 |
Color Harmonies of #B742A9
Complementary color
Monochromatic Colors of #B742A9
Black with #B742A9
Text Example
Text Example
White with #B742A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742A9; }
p { color: rgb(183,66,169); }
H1.HeaderClassName
{
color: #B742A9;
}
.AnyTagClassName
{
color: #B742A9;
}
</style>
background-color css
<style>
a { background-color: #B742A9; }
a { background-color: rgb(183,66,169); }
div.DivClassName
{
background-color: #B742A9;
}
.BgClassName
{
background-color: #B742A9;
}
</style>
border-color css
<style>
span { border-color: #B742A9; }
span { border-color: rgb(183,66,169); }
td.TdClassName
{
border-color: #B742A9;
}
.TagClassName
{
border-color: #B742A9;
}
</style>