Shades of Fuchsia #B167BE
Tints of Fuchsia #B167BE
RGB
CMYK
RGB Variations
Color information
#B167BE (or 0xB167BE) is known color: Fuchsia. HEX triplet: B1, 67 and BE. RGB value is (177,103,190). Sum of RGB (Red+Green+Blue) = 177+103+190=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B167BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167BE is #4E9841. Grayscale: #868686. Windows color (decimal): -5150786 or 12478385. OLE color: 12478385.
HSL color Cylindrical-coordinate representation of color #B167BE: hue angle of 291.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B167BE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 103 | 190 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.25 |
| HSL | 291.03º | 0.4% | 0.57% | - |
| HSV(B) | 291.03º | 0.46% | 0.75% | - |
| XYZ | 32.28 | 22.77 | 51.41 | - |
| YUV | 135.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 190 | 0.07 | 0.46 | 0 | 0.25 | 291.03 | 0.4 | 0.57 |
| Hex | B1 | 67 | BE | 7 | 2E | 0 | 19 | 123 | 28 | 39 |
| Octal | 261 | 147 | 276 | 7 | 56 | 0 | 31 | 443 | 50 | 71 |
| Binary | 10110001 | 1100111 | 10111110 | 111 | 101110 | 0 | 11001 | 100100011 | 101000 | 111001 |
Color Harmonies of #B167BE
Complementary color
Monochromatic Colors of #B167BE
Black with #B167BE
Text Example
Text Example
White with #B167BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167BE; }
p { color: rgb(177,103,190); }
H1.HeaderClassName
{
color: #B167BE;
}
.AnyTagClassName
{
color: #B167BE;
}
</style>
background-color css
<style>
a { background-color: #B167BE; }
a { background-color: rgb(177,103,190); }
div.DivClassName
{
background-color: #B167BE;
}
.BgClassName
{
background-color: #B167BE;
}
</style>
border-color css
<style>
span { border-color: #B167BE; }
span { border-color: rgb(177,103,190); }
td.TdClassName
{
border-color: #B167BE;
}
.TagClassName
{
border-color: #B167BE;
}
</style>