Shades of Fuchsia #B74BA5
Tints of Fuchsia #B74BA5
RGB
CMYK
RGB Variations
Color information
#B74BA5 (or 0xB74BA5) is known color: Fuchsia. HEX triplet: B7, 4B and A5. RGB value is (183,75,165). Sum of RGB (Red+Green+Blue) = 183+75+165=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA5 is #48B45A. Grayscale: #757575. Windows color (decimal): -4764763 or 10832823. OLE color: 10832823.
HSL color Cylindrical-coordinate representation of color #B74BA5: hue angle of 310º 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 #B74BA5 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 165 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.28 |
| HSL | 310º | 0.43% | 0.51% | - |
| HSV(B) | 310º | 0.59% | 0.72% | - |
| XYZ | 28.84 | 17.82 | 37.52 | - |
| YUV | 117.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 165 | 0 | 0.59 | 0.10 | 0.28 | 310 | 0.43 | 0.51 |
| Hex | B7 | 4B | A5 | 0 | 3B | A | 1C | 136 | 2B | 33 |
| Octal | 267 | 113 | 245 | 0 | 73 | 12 | 34 | 466 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10100101 | 0 | 111011 | 1010 | 11100 | 100110110 | 101011 | 110011 |
Color Harmonies of #B74BA5
Complementary color
Monochromatic Colors of #B74BA5
Black with #B74BA5
Text Example
Text Example
White with #B74BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74BA5; }
p { color: rgb(183,75,165); }
H1.HeaderClassName
{
color: #B74BA5;
}
.AnyTagClassName
{
color: #B74BA5;
}
</style>
background-color css
<style>
a { background-color: #B74BA5; }
a { background-color: rgb(183,75,165); }
div.DivClassName
{
background-color: #B74BA5;
}
.BgClassName
{
background-color: #B74BA5;
}
</style>
border-color css
<style>
span { border-color: #B74BA5; }
span { border-color: rgb(183,75,165); }
td.TdClassName
{
border-color: #B74BA5;
}
.TagClassName
{
border-color: #B74BA5;
}
</style>