Shades of Fuchsia #B465BB
Tints of Fuchsia #B465BB
RGB
CMYK
RGB Variations
Color information
#B465BB (or 0xB465BB) is known color: Fuchsia. HEX triplet: B4, 65 and BB. RGB value is (180,101,187). Sum of RGB (Red+Green+Blue) = 180+101+187=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B465BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465BB is #4B9A44. Grayscale: #868686. Windows color (decimal): -4954693 or 12281268. OLE color: 12281268.
HSL color Cylindrical-coordinate representation of color #B465BB: hue angle of 295.12º 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 #B465BB is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 101 | 187 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.27 |
| HSL | 295.12º | 0.39% | 0.56% | - |
| HSV(B) | 295.12º | 0.46% | 0.73% | - |
| XYZ | 32.45 | 22.6 | 49.67 | - |
| YUV | 134.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 187 | 0.04 | 0.46 | 0 | 0.27 | 295.12 | 0.39 | 0.56 |
| Hex | B4 | 65 | BB | 4 | 2E | 0 | 1B | 127 | 27 | 38 |
| Octal | 264 | 145 | 273 | 4 | 56 | 0 | 33 | 447 | 47 | 70 |
| Binary | 10110100 | 1100101 | 10111011 | 100 | 101110 | 0 | 11011 | 100100111 | 100111 | 111000 |
Color Harmonies of #B465BB
Complementary color
Monochromatic Colors of #B465BB
Black with #B465BB
Text Example
Text Example
White with #B465BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465BB; }
p { color: rgb(180,101,187); }
H1.HeaderClassName
{
color: #B465BB;
}
.AnyTagClassName
{
color: #B465BB;
}
</style>
background-color css
<style>
a { background-color: #B465BB; }
a { background-color: rgb(180,101,187); }
div.DivClassName
{
background-color: #B465BB;
}
.BgClassName
{
background-color: #B465BB;
}
</style>
border-color css
<style>
span { border-color: #B465BB; }
span { border-color: rgb(180,101,187); }
td.TdClassName
{
border-color: #B465BB;
}
.TagClassName
{
border-color: #B465BB;
}
</style>