Shades of Fuchsia #B74AB1
Tints of Fuchsia #B74AB1
RGB
CMYK
RGB Variations
Color information
#B74AB1 (or 0xB74AB1) is known color: Fuchsia. HEX triplet: B7, 4A and B1. RGB value is (183,74,177). Sum of RGB (Red+Green+Blue) = 183+74+177=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AB1 is #48B54E. Grayscale: #767676. Windows color (decimal): -4765007 or 11618999. OLE color: 11618999.
HSL color Cylindrical-coordinate representation of color #B74AB1: hue angle of 303.3º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AB1 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 177 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.28 |
| HSL | 303.3º | 0.43% | 0.5% | - |
| HSV(B) | 303.3º | 0.6% | 0.72% | - |
| XYZ | 29.91 | 18.14 | 43.52 | - |
| YUV | 118.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 177 | 0 | 0.60 | 0.03 | 0.28 | 303.3 | 0.43 | 0.5 |
| Hex | B7 | 4A | B1 | 0 | 3C | 3 | 1C | 12F | 2B | 32 |
| Octal | 267 | 112 | 261 | 0 | 74 | 3 | 34 | 457 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10110001 | 0 | 111100 | 11 | 11100 | 100101111 | 101011 | 110010 |
Color Harmonies of #B74AB1
Complementary color
Monochromatic Colors of #B74AB1
Black with #B74AB1
Text Example
Text Example
White with #B74AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AB1; }
p { color: rgb(183,74,177); }
H1.HeaderClassName
{
color: #B74AB1;
}
.AnyTagClassName
{
color: #B74AB1;
}
</style>
background-color css
<style>
a { background-color: #B74AB1; }
a { background-color: rgb(183,74,177); }
div.DivClassName
{
background-color: #B74AB1;
}
.BgClassName
{
background-color: #B74AB1;
}
</style>
border-color css
<style>
span { border-color: #B74AB1; }
span { border-color: rgb(183,74,177); }
td.TdClassName
{
border-color: #B74AB1;
}
.TagClassName
{
border-color: #B74AB1;
}
</style>