Shades of Fuchsia #B150AD
Tints of Fuchsia #B150AD
RGB
CMYK
RGB Variations
Color information
#B150AD (or 0xB150AD) is known color: Fuchsia. HEX triplet: B1, 50 and AD. RGB value is (177,80,173). Sum of RGB (Red+Green+Blue) = 177+80+173=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B150AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B150AD is #4EAF52. Grayscale: #777777. Windows color (decimal): -5156691 or 11358385. OLE color: 11358385.
HSL color Cylindrical-coordinate representation of color #B150AD: hue angle of 302.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B150AD is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 173 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.31 |
| HSL | 302.47º | 0.38% | 0.5% | - |
| HSV(B) | 302.47º | 0.55% | 0.69% | - |
| XYZ | 28.54 | 18.1 | 41.52 | - |
| YUV | 119.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 173 | 0 | 0.55 | 0.02 | 0.31 | 302.47 | 0.38 | 0.5 |
| Hex | B1 | 50 | AD | 0 | 37 | 2 | 1F | 12E | 26 | 32 |
| Octal | 261 | 120 | 255 | 0 | 67 | 2 | 37 | 456 | 46 | 62 |
| Binary | 10110001 | 1010000 | 10101101 | 0 | 110111 | 10 | 11111 | 100101110 | 100110 | 110010 |
Color Harmonies of #B150AD
Complementary color
Monochromatic Colors of #B150AD
Black with #B150AD
Text Example
Text Example
White with #B150AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150AD; }
p { color: rgb(177,80,173); }
H1.HeaderClassName
{
color: #B150AD;
}
.AnyTagClassName
{
color: #B150AD;
}
</style>
background-color css
<style>
a { background-color: #B150AD; }
a { background-color: rgb(177,80,173); }
div.DivClassName
{
background-color: #B150AD;
}
.BgClassName
{
background-color: #B150AD;
}
</style>
border-color css
<style>
span { border-color: #B150AD; }
span { border-color: rgb(177,80,173); }
td.TdClassName
{
border-color: #B150AD;
}
.TagClassName
{
border-color: #B150AD;
}
</style>