Shades of Fuchsia #B74AB2
Tints of Fuchsia #B74AB2
RGB
CMYK
RGB Variations
Color information
#B74AB2 (or 0xB74AB2) is known color: Fuchsia. HEX triplet: B7, 4A and B2. RGB value is (183,74,178). Sum of RGB (Red+Green+Blue) = 183+74+178=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AB2 is #48B54D. Grayscale: #767676. Windows color (decimal): -4765006 or 11684535. OLE color: 11684535.
HSL color Cylindrical-coordinate representation of color #B74AB2: hue angle of 302.75º 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 #B74AB2 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 178 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.28 |
| HSL | 302.75º | 0.43% | 0.5% | - |
| HSV(B) | 302.75º | 0.6% | 0.72% | - |
| XYZ | 30.01 | 18.18 | 44.05 | - |
| YUV | 118.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 178 | 0 | 0.60 | 0.03 | 0.28 | 302.75 | 0.43 | 0.5 |
| Hex | B7 | 4A | B2 | 0 | 3C | 3 | 1C | 12F | 2B | 32 |
| Octal | 267 | 112 | 262 | 0 | 74 | 3 | 34 | 457 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10110010 | 0 | 111100 | 11 | 11100 | 100101111 | 101011 | 110010 |
Color Harmonies of #B74AB2
Complementary color
Monochromatic Colors of #B74AB2
Black with #B74AB2
Text Example
Text Example
White with #B74AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74AB2; }
p { color: rgb(183,74,178); }
H1.HeaderClassName
{
color: #B74AB2;
}
.AnyTagClassName
{
color: #B74AB2;
}
</style>
background-color css
<style>
a { background-color: #B74AB2; }
a { background-color: rgb(183,74,178); }
div.DivClassName
{
background-color: #B74AB2;
}
.BgClassName
{
background-color: #B74AB2;
}
</style>
border-color css
<style>
span { border-color: #B74AB2; }
span { border-color: rgb(183,74,178); }
td.TdClassName
{
border-color: #B74AB2;
}
.TagClassName
{
border-color: #B74AB2;
}
</style>