Shades of Fuchsia #B74BA6
Tints of Fuchsia #B74BA6
RGB
CMYK
RGB Variations
Color information
#B74BA6 (or 0xB74BA6) is known color: Fuchsia. HEX triplet: B7, 4B and A6. RGB value is (183,75,166). Sum of RGB (Red+Green+Blue) = 183+75+166=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA6 is #48B459. Grayscale: #757575. Windows color (decimal): -4764762 or 10898359. OLE color: 10898359.
HSL color Cylindrical-coordinate representation of color #B74BA6: hue angle of 309.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74BA6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 166 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.28 |
| HSL | 309.44º | 0.43% | 0.51% | - |
| HSV(B) | 309.44º | 0.59% | 0.72% | - |
| XYZ | 28.93 | 17.85 | 38 | - |
| YUV | 117.67 | 155.28 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 166 | 0 | 0.59 | 0.09 | 0.28 | 309.44 | 0.43 | 0.51 |
| Hex | B7 | 4B | A6 | 0 | 3B | 9 | 1C | 135 | 2B | 33 |
| Octal | 267 | 113 | 246 | 0 | 73 | 11 | 34 | 465 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10100110 | 0 | 111011 | 1001 | 11100 | 100110101 | 101011 | 110011 |
Color Harmonies of #B74BA6
Complementary color
Monochromatic Colors of #B74BA6
Black with #B74BA6
Text Example
Text Example
White with #B74BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BA6; }
p { color: rgb(183,75,166); }
H1.HeaderClassName
{
color: #B74BA6;
}
.AnyTagClassName
{
color: #B74BA6;
}
</style>
background-color css
<style>
a { background-color: #B74BA6; }
a { background-color: rgb(183,75,166); }
div.DivClassName
{
background-color: #B74BA6;
}
.BgClassName
{
background-color: #B74BA6;
}
</style>
border-color css
<style>
span { border-color: #B74BA6; }
span { border-color: rgb(183,75,166); }
td.TdClassName
{
border-color: #B74BA6;
}
.TagClassName
{
border-color: #B74BA6;
}
</style>