Shades of Fuchsia #B742A6
Tints of Fuchsia #B742A6
RGB
CMYK
RGB Variations
Color information
#B742A6 (or 0xB742A6) is known color: Fuchsia. HEX triplet: B7, 42 and A6. RGB value is (183,66,166). Sum of RGB (Red+Green+Blue) = 183+66+166=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A6 is #48BD59. Grayscale: #707070. Windows color (decimal): -4767066 or 10896055. OLE color: 10896055.
HSL color Cylindrical-coordinate representation of color #B742A6: hue angle of 308.72º 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 #B742A6 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 166 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.28 |
| HSL | 308.72º | 0.47% | 0.49% | - |
| HSV(B) | 308.72º | 0.64% | 0.72% | - |
| XYZ | 28.36 | 16.72 | 37.81 | - |
| YUV | 112.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 166 | 0 | 0.64 | 0.09 | 0.28 | 308.72 | 0.47 | 0.49 |
| Hex | B7 | 42 | A6 | 0 | 40 | 9 | 1C | 135 | 2F | 31 |
| Octal | 267 | 102 | 246 | 0 | 100 | 11 | 34 | 465 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10100110 | 0 | 1000000 | 1001 | 11100 | 100110101 | 101111 | 110001 |
Color Harmonies of #B742A6
Complementary color
Monochromatic Colors of #B742A6
Black with #B742A6
Text Example
Text Example
White with #B742A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742A6; }
p { color: rgb(183,66,166); }
H1.HeaderClassName
{
color: #B742A6;
}
.AnyTagClassName
{
color: #B742A6;
}
</style>
background-color css
<style>
a { background-color: #B742A6; }
a { background-color: rgb(183,66,166); }
div.DivClassName
{
background-color: #B742A6;
}
.BgClassName
{
background-color: #B742A6;
}
</style>
border-color css
<style>
span { border-color: #B742A6; }
span { border-color: rgb(183,66,166); }
td.TdClassName
{
border-color: #B742A6;
}
.TagClassName
{
border-color: #B742A6;
}
</style>