Shades of Fuchsia #B365BB
Tints of Fuchsia #B365BB
RGB
CMYK
RGB Variations
Color information
#B365BB (or 0xB365BB) is known color: Fuchsia. HEX triplet: B3, 65 and BB. RGB value is (179,101,187). Sum of RGB (Red+Green+Blue) = 179+101+187=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B365BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B365BB is #4C9A44. Grayscale: #858585. Windows color (decimal): -5020229 or 12281267. OLE color: 12281267.
HSL color Cylindrical-coordinate representation of color #B365BB: hue angle of 294.42º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B365BB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 101 | 187 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.27 |
| HSL | 294.42º | 0.39% | 0.56% | - |
| HSV(B) | 294.42º | 0.46% | 0.73% | - |
| XYZ | 32.21 | 22.48 | 49.65 | - |
| YUV | 134.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 187 | 0.04 | 0.46 | 0 | 0.27 | 294.42 | 0.39 | 0.56 |
| Hex | B3 | 65 | BB | 4 | 2E | 0 | 1B | 126 | 27 | 38 |
| Octal | 263 | 145 | 273 | 4 | 56 | 0 | 33 | 446 | 47 | 70 |
| Binary | 10110011 | 1100101 | 10111011 | 100 | 101110 | 0 | 11011 | 100100110 | 100111 | 111000 |
Color Harmonies of #B365BB
Complementary color
Monochromatic Colors of #B365BB
Black with #B365BB
Text Example
Text Example
White with #B365BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365BB; }
p { color: rgb(179,101,187); }
H1.HeaderClassName
{
color: #B365BB;
}
.AnyTagClassName
{
color: #B365BB;
}
</style>
background-color css
<style>
a { background-color: #B365BB; }
a { background-color: rgb(179,101,187); }
div.DivClassName
{
background-color: #B365BB;
}
.BgClassName
{
background-color: #B365BB;
}
</style>
border-color css
<style>
span { border-color: #B365BB; }
span { border-color: rgb(179,101,187); }
td.TdClassName
{
border-color: #B365BB;
}
.TagClassName
{
border-color: #B365BB;
}
</style>