Shades of Fuchsia #B74BAC
Tints of Fuchsia #B74BAC
RGB
CMYK
RGB Variations
Color information
#B74BAC (or 0xB74BAC) is known color: Fuchsia. HEX triplet: B7, 4B and AC. RGB value is (183,75,172). Sum of RGB (Red+Green+Blue) = 183+75+172=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BAC is #48B453. Grayscale: #767676. Windows color (decimal): -4764756 or 11291575. OLE color: 11291575.
HSL color Cylindrical-coordinate representation of color #B74BAC: hue angle of 306.11º 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 #B74BAC is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 172 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.28 |
| HSL | 306.11º | 0.43% | 0.51% | - |
| HSV(B) | 306.11º | 0.59% | 0.72% | - |
| XYZ | 29.49 | 18.08 | 40.96 | - |
| YUV | 118.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 172 | 0 | 0.59 | 0.06 | 0.28 | 306.11 | 0.43 | 0.51 |
| Hex | B7 | 4B | AC | 0 | 3B | 6 | 1C | 132 | 2B | 33 |
| Octal | 267 | 113 | 254 | 0 | 73 | 6 | 34 | 462 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10101100 | 0 | 111011 | 110 | 11100 | 100110010 | 101011 | 110011 |
Color Harmonies of #B74BAC
Complementary color
Monochromatic Colors of #B74BAC
Black with #B74BAC
Text Example
Text Example
White with #B74BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BAC; }
p { color: rgb(183,75,172); }
H1.HeaderClassName
{
color: #B74BAC;
}
.AnyTagClassName
{
color: #B74BAC;
}
</style>
background-color css
<style>
a { background-color: #B74BAC; }
a { background-color: rgb(183,75,172); }
div.DivClassName
{
background-color: #B74BAC;
}
.BgClassName
{
background-color: #B74BAC;
}
</style>
border-color css
<style>
span { border-color: #B74BAC; }
span { border-color: rgb(183,75,172); }
td.TdClassName
{
border-color: #B74BAC;
}
.TagClassName
{
border-color: #B74BAC;
}
</style>