Shades of Fuchsia #B154B4
Tints of Fuchsia #B154B4
RGB
CMYK
RGB Variations
Color information
#B154B4 (or 0xB154B4) is known color: Fuchsia. HEX triplet: B1, 54 and B4. RGB value is (177,84,180). Sum of RGB (Red+Green+Blue) = 177+84+180=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #B154B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154B4 is #4EAB4B. Grayscale: #7A7A7A. Windows color (decimal): -5155660 or 11818161. OLE color: 11818161.
HSL color Cylindrical-coordinate representation of color #B154B4: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B154B4 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 84 | 180 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.29 |
| HSL | 298.13º | 0.39% | 0.52% | - |
| HSV(B) | 298.13º | 0.53% | 0.71% | - |
| XYZ | 29.54 | 18.98 | 45.29 | - |
| YUV | 122.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 180 | 0.02 | 0.53 | 0 | 0.29 | 298.13 | 0.39 | 0.52 |
| Hex | B1 | 54 | B4 | 2 | 35 | 0 | 1D | 12A | 27 | 34 |
| Octal | 261 | 124 | 264 | 2 | 65 | 0 | 35 | 452 | 47 | 64 |
| Binary | 10110001 | 1010100 | 10110100 | 10 | 110101 | 0 | 11101 | 100101010 | 100111 | 110100 |
Color Harmonies of #B154B4
Complementary color
Monochromatic Colors of #B154B4
Black with #B154B4
Text Example
Text Example
White with #B154B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B154B4; }
p { color: rgb(177,84,180); }
H1.HeaderClassName
{
color: #B154B4;
}
.AnyTagClassName
{
color: #B154B4;
}
</style>
background-color css
<style>
a { background-color: #B154B4; }
a { background-color: rgb(177,84,180); }
div.DivClassName
{
background-color: #B154B4;
}
.BgClassName
{
background-color: #B154B4;
}
</style>
border-color css
<style>
span { border-color: #B154B4; }
span { border-color: rgb(177,84,180); }
td.TdClassName
{
border-color: #B154B4;
}
.TagClassName
{
border-color: #B154B4;
}
</style>