Shades of Fuchsia #B165BD
Tints of Fuchsia #B165BD
RGB
CMYK
RGB Variations
Color information
#B165BD (or 0xB165BD) is known color: Fuchsia. HEX triplet: B1, 65 and BD. RGB value is (177,101,189). Sum of RGB (Red+Green+Blue) = 177+101+189=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #B165BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B165BD is #4E9A42. Grayscale: #858585. Windows color (decimal): -5151299 or 12412337. OLE color: 12412337.
HSL color Cylindrical-coordinate representation of color #B165BD: hue angle of 291.82º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B165BD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 101 | 189 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.26 |
| HSL | 291.82º | 0.4% | 0.57% | - |
| HSV(B) | 291.82º | 0.47% | 0.74% | - |
| XYZ | 31.97 | 22.33 | 50.77 | - |
| YUV | 133.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 189 | 0.06 | 0.47 | 0 | 0.26 | 291.82 | 0.4 | 0.57 |
| Hex | B1 | 65 | BD | 6 | 2F | 0 | 1A | 124 | 28 | 39 |
| Octal | 261 | 145 | 275 | 6 | 57 | 0 | 32 | 444 | 50 | 71 |
| Binary | 10110001 | 1100101 | 10111101 | 110 | 101111 | 0 | 11010 | 100100100 | 101000 | 111001 |
Color Harmonies of #B165BD
Complementary color
Monochromatic Colors of #B165BD
Black with #B165BD
Text Example
Text Example
White with #B165BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B165BD; }
p { color: rgb(177,101,189); }
H1.HeaderClassName
{
color: #B165BD;
}
.AnyTagClassName
{
color: #B165BD;
}
</style>
background-color css
<style>
a { background-color: #B165BD; }
a { background-color: rgb(177,101,189); }
div.DivClassName
{
background-color: #B165BD;
}
.BgClassName
{
background-color: #B165BD;
}
</style>
border-color css
<style>
span { border-color: #B165BD; }
span { border-color: rgb(177,101,189); }
td.TdClassName
{
border-color: #B165BD;
}
.TagClassName
{
border-color: #B165BD;
}
</style>