Shades of Fuchsia #B165BC
Tints of Fuchsia #B165BC
RGB
CMYK
RGB Variations
Color information
#B165BC (or 0xB165BC) is known color: Fuchsia. HEX triplet: B1, 65 and BC. RGB value is (177,101,188). Sum of RGB (Red+Green+Blue) = 177+101+188=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #B165BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BC is #4E9A43. Grayscale: #858585. Windows color (decimal): -5151300 or 12346801. OLE color: 12346801.
HSL color Cylindrical-coordinate representation of color #B165BC: hue angle of 292.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B165BC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 101 | 188 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.26 |
| HSL | 292.41º | 0.39% | 0.57% | - |
| HSV(B) | 292.41º | 0.46% | 0.74% | - |
| XYZ | 31.86 | 22.29 | 50.2 | - |
| YUV | 133.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 188 | 0.06 | 0.46 | 0 | 0.26 | 292.41 | 0.39 | 0.57 |
| Hex | B1 | 65 | BC | 6 | 2E | 0 | 1A | 124 | 27 | 39 |
| Octal | 261 | 145 | 274 | 6 | 56 | 0 | 32 | 444 | 47 | 71 |
| Binary | 10110001 | 1100101 | 10111100 | 110 | 101110 | 0 | 11010 | 100100100 | 100111 | 111001 |
Color Harmonies of #B165BC
Complementary color
Monochromatic Colors of #B165BC
Black with #B165BC
Text Example
Text Example
White with #B165BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165BC; }
p { color: rgb(177,101,188); }
H1.HeaderClassName
{
color: #B165BC;
}
.AnyTagClassName
{
color: #B165BC;
}
</style>
background-color css
<style>
a { background-color: #B165BC; }
a { background-color: rgb(177,101,188); }
div.DivClassName
{
background-color: #B165BC;
}
.BgClassName
{
background-color: #B165BC;
}
</style>
border-color css
<style>
span { border-color: #B165BC; }
span { border-color: rgb(177,101,188); }
td.TdClassName
{
border-color: #B165BC;
}
.TagClassName
{
border-color: #B165BC;
}
</style>