Shades of Fuchsia #B465B9
Tints of Fuchsia #B465B9
RGB
CMYK
RGB Variations
Color information
#B465B9 (or 0xB465B9) is known color: Fuchsia. HEX triplet: B4, 65 and B9. RGB value is (180,101,185). Sum of RGB (Red+Green+Blue) = 180+101+185=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 185 - color contains mainly: blue. Hex color #B465B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B465B9 is #4B9A46. Grayscale: #858585. Windows color (decimal): -4954695 or 12150196. OLE color: 12150196.
HSL color Cylindrical-coordinate representation of color #B465B9: hue angle of 296.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B465B9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 101 | 185 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.27 |
| HSL | 296.43º | 0.38% | 0.56% | - |
| HSV(B) | 296.43º | 0.45% | 0.73% | - |
| XYZ | 32.23 | 22.51 | 48.55 | - |
| YUV | 134.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 185 | 0.03 | 0.45 | 0 | 0.27 | 296.43 | 0.38 | 0.56 |
| Hex | B4 | 65 | B9 | 3 | 2D | 0 | 1B | 128 | 26 | 38 |
| Octal | 264 | 145 | 271 | 3 | 55 | 0 | 33 | 450 | 46 | 70 |
| Binary | 10110100 | 1100101 | 10111001 | 11 | 101101 | 0 | 11011 | 100101000 | 100110 | 111000 |
Color Harmonies of #B465B9
Complementary color
Monochromatic Colors of #B465B9
Black with #B465B9
Text Example
Text Example
White with #B465B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465B9; }
p { color: rgb(180,101,185); }
H1.HeaderClassName
{
color: #B465B9;
}
.AnyTagClassName
{
color: #B465B9;
}
</style>
background-color css
<style>
a { background-color: #B465B9; }
a { background-color: rgb(180,101,185); }
div.DivClassName
{
background-color: #B465B9;
}
.BgClassName
{
background-color: #B465B9;
}
</style>
border-color css
<style>
span { border-color: #B465B9; }
span { border-color: rgb(180,101,185); }
td.TdClassName
{
border-color: #B465B9;
}
.TagClassName
{
border-color: #B465B9;
}
</style>