Shades of Fuchsia #B365B1
Tints of Fuchsia #B365B1
RGB
CMYK
RGB Variations
Color information
#B365B1 (or 0xB365B1) is known color: Fuchsia. HEX triplet: B3, 65 and B1. RGB value is (179,101,177). Sum of RGB (Red+Green+Blue) = 179+101+177=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B365B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B365B1 is #4C9A4E. Grayscale: #848484. Windows color (decimal): -5020239 or 11625907. OLE color: 11625907.
HSL color Cylindrical-coordinate representation of color #B365B1: hue angle of 301.54º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B365B1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 101 | 177 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.30 |
| HSL | 301.54º | 0.34% | 0.55% | - |
| HSV(B) | 301.54º | 0.44% | 0.7% | - |
| XYZ | 31.18 | 22.07 | 44.21 | - |
| YUV | 132.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 177 | 0 | 0.44 | 0.01 | 0.30 | 301.54 | 0.34 | 0.55 |
| Hex | B3 | 65 | B1 | 0 | 2C | 1 | 1E | 12E | 22 | 37 |
| Octal | 263 | 145 | 261 | 0 | 54 | 1 | 36 | 456 | 42 | 67 |
| Binary | 10110011 | 1100101 | 10110001 | 0 | 101100 | 1 | 11110 | 100101110 | 100010 | 110111 |
Color Harmonies of #B365B1
Complementary color
Monochromatic Colors of #B365B1
Black with #B365B1
Text Example
Text Example
White with #B365B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365B1; }
p { color: rgb(179,101,177); }
H1.HeaderClassName
{
color: #B365B1;
}
.AnyTagClassName
{
color: #B365B1;
}
</style>
background-color css
<style>
a { background-color: #B365B1; }
a { background-color: rgb(179,101,177); }
div.DivClassName
{
background-color: #B365B1;
}
.BgClassName
{
background-color: #B365B1;
}
</style>
border-color css
<style>
span { border-color: #B365B1; }
span { border-color: rgb(179,101,177); }
td.TdClassName
{
border-color: #B365B1;
}
.TagClassName
{
border-color: #B365B1;
}
</style>